how to insert pair values in a map into a normal mapSo if I have a map m1 that has pairs of <string,pair<string,int>>, how do I 'extract' the value of m...
resizing containers from static capacityso I have a list that I initialize with capacity of 100 and write stuff to it. Not all of the indice...
std::map::erase inquiryEh, it works. I get that auto lets the compiler decide what variable is declared, but I'm still a bi...
std::map::erase inquirySo if I had a map m and a set s, could I use erase() in a way where I can erase from m everything fr...
C++11?alright it compiles now, but yeah it seems you have to enable c++11 in order for it to do so
This user does not accept Private Messages