User profile: ali64x

User info
User name:ali64x
History
Joined:
Number of posts:3
Latest posts:

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...