User: Pecvx

  • Public profile

User profile: Pecvx

User info
User name:Pecvx
History
Joined:
Number of posts:20
Latest posts:

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 handling
Hello, is there any differences with putting the return statement outside of the try-block(like h...

const member functions
Didn't really catch what the const before the return type did?

const member functions
Hello, Let's say we have a class defined like this: [code] class myClass { private: int a; pub...

Simple logic question
What does the logical expression [code] !vec.size() == 0 [/code] mean? I tried googling it, bu...

This user does not accept Private Messages