Thread: Hash File Queries

  1. #1
    Registered User
    Join Date
    Sep 2002
    Posts
    64

    Hash File Queries

    Does anyone have any help they can provide with dealing with a queries.txt file that makes use of my already made hash file and outputs such things as:

    the record #, the frequency, and location (memory). are these functions built in to C++?

    Please Help!

  2. #2
    Registered User
    Join Date
    Sep 2002
    Posts
    64
    let me rephrase:

    i have one program which builds the hash file.
    the second program makes use of a queries txt file to access the file.

    i need to access my hash file by looking up names. my output needs to include such things as:

    which record it found the name at
    how many attempts it took to find the name
    how much time
    etc

    there has to be a program out there similar to this? are these functions that all need to be written or are they built in to c++?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. A development process
    By Noir in forum C Programming
    Replies: 37
    Last Post: 07-10-2011, 10:39 PM
  2. Inventory records
    By jsbeckton in forum C Programming
    Replies: 23
    Last Post: 06-28-2007, 04:14 AM
  3. Unknown Memory Leak in Init() Function
    By CodeHacker in forum Windows Programming
    Replies: 3
    Last Post: 07-09-2004, 09:54 AM
  4. Making a LIB file from a DEF file for a DLL
    By JMPACS in forum C++ Programming
    Replies: 0
    Last Post: 08-02-2003, 08:19 PM
  5. Need a suggestion on a school project..
    By Screwz Luse in forum C Programming
    Replies: 5
    Last Post: 11-27-2001, 02:58 AM