Image

Imagebobbotron wrote in Imagecpp

hash_map alternative in ms c++ v6.0?

Hey there,

I'm writing an extension to a c++ program, and have to use ms C++ 6.0. Unfortunately I really want to use a hash table, but it doesn't seem like there's one included with the MS 6.0 STL libraries. Is there a standard replacement/workaround to use instead?