map a key to different number of values Many thanks JLBorges.
map a key to different number of values Thank you for your response LB, I used std::map<std::string, std::vector<int>>Mymap; to create My...
map a key to different number of values hi guys. I need to create a map such as : [code] map<string, int> mymap; mymap["varchar"]=23,2...