User profile: DyavolskiMost

User info
User name:DyavolskiMost
History
Joined:
Number of posts:21
Latest posts:

Using a function as the default value
thanks. I put the '=' after the bool. that's why it wasn't working for me XD

Using a function as the default value
I know about default values, but what about default functions as parameters? I want to sort Ascendin...

Using a structure inside another structure
Line 13 and 19 are different ways of doing the same thing you can write it } event1, event2, ev...

Boolean function error
int length = sizeof(myarray)/4; Winner(myarray, length); Is this what you were after?

Zork-esque game : Am I using if() correctly?
Use [code][/code] if (response == 'Y' || 'y') incorrect this means everything inbetween i believe A...