Click here to Skip to main content
16,018,092 members

Comments by NajaR12 (Top 3 by date)

NajaR12 29-Jun-12 7:40am View    
Thanks for the reply.
Actually key was not significant for me. I used List instead of Map then used the sort() method. my job is done :)
NajaR12 26-Jun-12 6:18am View    
Map declaration is as below
map<int, string=""> myMap;

Now Map is sorted based on key but i want to sort based on the value i.e string.
NajaR12 26-Jun-12 6:16am View    
Deleted
Map declaration as below
map<int, string=""> myMap;

Now Map is sorted based on key but i want to sort based on the value i.e string.