Using a function as the default valuethanks. I put the '=' after the bool. that's why it wasn't working for me XD
Using a function as the default valueI know about default values, but what about default functions as parameters? I want to sort Ascendin...
Using a structure inside another structureLine 13 and 19 are different ways of doing the same thing you can write it } event1, event2, ev...
Boolean function errorint 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...