Is hash_map same as map?

How can i use it in dev C++???


Is there any tutorial ??

thank you so much.

I've never heard of hash_map so I enetered that term in Google's search box and the result indicates several references from reputable sources. I suggest you do the same and follow up as needed. In summary it appears as though map and hash_map are not the same but hash_map is an STL container and can be used in C++ and as such in Dev C++. I didn't bother looking for a tutorial, but if there's one available, you'll probably find it by looking at the Google listings.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.