Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. CSJedi

    Hash Tables using vectors

    I am trying to create a hash table using the STL vector and list (for collisions) and Microsoft Visual C++ will not let me declare the following: vector<list<string> > hashTable(251); but will allow vector<list<int> > hashTable(251); I have tried to include string and also to...
  2. CSJedi

    Binary Search on a File

    I was wondering if there was any way that a Binary Search could be used on a file. I know that it can be used on an array but don't know about a file.

Part and Inventory Search

Back
Top