Advertisement

1 - 4 of 4 containing alltags:("hash_multimap") (0.001 seconds)
Hi, guys, this is my first time to use this website for help. I tried to read in some text files that only keep words and blank(such as a file be consist of "aaa bbb ccc ddd eee fff ggg a f g c g"...
Zones: C++Date Answered: 11/11/2003 Grade: A Views: 0
I need a hash table which allows for multiple entries of same key, so I was using STL hash_multimap. It works, but, since I have multiple entries hashed on the same key, it is slow when I want to r...
Zones: C++Date Answered: 10/19/2003 Grade: A Views: 0
1) Is hash_multimap supported on the major Unix compilers? I would hope so, but in Visual Studio .Net 20003 it is in the stdext namespace instead of the std namespace, so I wasn't sure, and I don't...
Zones: C++, Microsoft Visual C++Date Answered: 01/09/2007 Grade: A Views: 16
To all Experts: I am novice in using STL classes. I need to have a hash table for storing a unique (which my application generates) which is string (char array)  and  a index value (int). I need t...
Zones: C++, Microsoft Visual C++Date Answered: 06/18/1998 Grade: B Views: 0
  • 1