User: InsanelyNormal

  • Public profile

User profile: InsanelyNormal

User info
User name:InsanelyNormal
History
Joined:
Number of posts:26
Latest posts:

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 min
I think the problem is here: [code]if (min > randNumber or randNumber == 0) {[/code] First of all, ...

strchr() question
Thanks! It was substraction after all. It just seemed very.. bizzare. I'll look more into operations...

strchr() question
I 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 Game
The 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