S
Sean
Hi all,
I have problem finding the .NET equivalent of HashMap in
C++ STL.
I CANNOT use Hashtable because I want (there will be more
than one objects for the same key) objects with the same
key to be hashed into the same bucket and end up with all
the objects with the same key being in the same group.
Thank you very much in advance.
regards,
Sean
I have problem finding the .NET equivalent of HashMap in
C++ STL.
I CANNOT use Hashtable because I want (there will be more
than one objects for the same key) objects with the same
key to be hashed into the same bucket and end up with all
the objects with the same key being in the same group.
Thank you very much in advance.
regards,
Sean