Code review[quote]The numbers involved, in my program, would be those vectors (elements of the list), yeah? Eac...
Code review[quote=frek]I've got an old code of mine (pertaining to a slightly long time ago that I've forgotten...
how do i count the amount of bonus from salary? || structures The original had a flaw: [code]double bonus() { if ( x ) return y; // compiler should warn: this...
C-String : incompatibility between char and const char *The double quotes are a shorthand for writing a C-string literal: [code]"." // is converts to array ...
When should I use nullptr and why not declare a pointer?That covered, lets look at something else: [code]type name = dummy; // declaration and initializatio...
This user does not accept Private Messages