Static member variableIf I have defined this in my *.cpp file [code] const string A::B = "foo"; [/code] does it mean tha...
std::sortHaving [code] int numbers[]={1,2,3,4,5}; [/code] can I directly invoke std::sort to sort this ar...
error: expected primary-expression before ';' tokenThanks Peter87, you explained it well.
error: expected primary-expression before ';' tokenI tried it but then I got another error. [code] main.cpp: In constructor ‘MyException::MyExceptio...
error: expected primary-expression before ';' tokenI got the error "error: expected primary-expression before ';' token" when trying to compile the fol...
This user does not accept Private Messages