std::map and operator<If you make a map<key,value>. Is it necessary for the key datatype to have the operator< defined? Gi...
Regarding exception handlingHello, is there any differences with putting the return statement outside of the try-block(like h...
const member functionsDidn't really catch what the const before the return type did?
const member functionsHello, Let's say we have a class defined like this: [code] class myClass { private: int a; pub...
Simple logic questionWhat does the logical expression [code] !vec.size() == 0 [/code] mean? I tried googling it, bu...
This user does not accept Private Messages