Hello World question in cplusplus.com
I am trying to create some sort of
multimap (int, pair <string, string>);
I succeed
I wish to know how to multimap.insert an element
cplusplus.com/reference has a good example how to use multimap::insert, but not for my data structure
Can you help please?
The blist.insert works well
But dmap polymorphism has different function argtypes
I tried compiling it different formats, but all lead to different errors
Thanks for helping