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"...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20604741.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20752356.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_22094912.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10058639.html