G
Gary Wessle
Hi
how can I do this
map<string, int> mp;
int a = 8;
string s = "r_" + reinterpret_cast<string> (a);
mp++;
so that I have r_8 as the key and its number of occurrences as value.
thanks
how can I do this
map<string, int> mp;
int a = 8;
string s = "r_" + reinterpret_cast<string> (a);
mp
so that I have r_8 as the key and its number of occurrences as value.
thanks