What do the map and set classes in the STL do? What do they have in common and how are they different?
I came across the multimap class also and was wondering what the difference between it and the map class is? Is it just that the multimap class allows duplicate key values?