User profile: Slazer

User info
User name:Slazer
History
Joined:
Number of posts:18
Latest posts:

Static member variable
If I have defined this in my *.cpp file [code] const string A::B = "foo"; [/code] does it mean tha...

std::sort
Having [code] int numbers[]={1,2,3,4,5}; [/code] can I directly invoke std::sort to sort this ar...

error: expected primary-expression before ';' token
Thanks Peter87, you explained it well.

error: expected primary-expression before ';' token
I tried it but then I got another error. [code] main.cpp: In constructor ‘MyException::MyExceptio...

error: expected primary-expression before ';' token
I got the error "error: expected primary-expression before ';' token" when trying to compile the fol...

This user does not accept Private Messages

User: Slazer

  • Public profile