Compare a string with quotation marksThe function strcmp does not seem to like quotation marks in a string. I'm using GNU C++ 5.x. Did I ...
Why use contructor init lists?What is the benefit of using constructor initialization lists as opposed to initializing variables i...
lvalue compile errorI originally had *ch |= mask; and the compiler complained about an invalid type conversion, unsign...
lvalue compile errorWhy am I getting the compiler error below? [code] typedef uint8_t byte; setBit(char *ch, in...
This user does not accept Private Messages