somesh kanti

Greenhorn
+ Follow
since Feb 02, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by somesh kanti

You can use multimap instead of that one.

http://www.sgi.com/tech/stl/Multimap.html

this is the link where you can find the details about multimap.
12 years ago

Campbell Ritchie wrote:And welcome to the Ranch , somesh kanti



Thank you Ritchie
12 years ago

Neeraj Dhiman wrote:I have data which contain duplicates keys. How can i achieve this with HashMap?. is there any way?



you can add duplicates keys but , already present value of the same key will be changed and the new value will be updated there self.
12 years ago