Can someone help me overload operators?"Friend" is not needed for operators. You need to make the return value an address. In your class d...
max and minI think the problem is here: [code]if (min > randNumber or randNumber == 0) {[/code] First of all, ...
strchr() questionThanks! It was substraction after all. It just seemed very.. bizzare. I'll look more into operations...
strchr() questionI saw some pretty bizzare use of strchr() in a 2009 exam subject.. [code] char* s; strcpy(s...
Chapter 4 Exercise 4 in PPP 2 Number-Guessing GameThe problem is that after reading Y/N, you read H/L in the same variable. So if tou read 'N', then y...
This user does not accept Private Messages