hash_map file in VC6
-
Hi all - I can't find the hash_map file in VC6 STL include folder. Could somebody give me exact link from MSDN to download the ext folder, which contains this hash_map file? Thanking in anticipation.. Misha
-
Hi all - I can't find the hash_map file in VC6 STL include folder. Could somebody give me exact link from MSDN to download the ext folder, which contains this hash_map file? Thanking in anticipation.. Misha
STL in VC6 doesn't have hash_map. At all. Not even a download from MSDN. You could a) find a third party implementation that you can drop in (I don't know of one), b) use STLport[^] (free) rather than the DinkumWare STL that comes with VC6, c) buy and use the (not free) DinkumWare[^] Standard C++ Library (this is a newer version of the one that comes with VC6) or d) upgrade to VC7.1 (VS2003), although I'm presuming that's not an option.
-
Hi all - I can't find the hash_map file in VC6 STL include folder. Could somebody give me exact link from MSDN to download the ext folder, which contains this hash_map file? Thanking in anticipation.. Misha
The Boost.MultiIndex library can do this and much more besides. Steve