Sorting of map with value

map<char*, int> testMap;

I need to sort this map in ascending order using value. How can I do it?
What's in the map? Why do you think it's not sorted?
Last edited on
Topic archived. No new replies allowed.