Pointer helpSince you haven't shown the code for [code]setNext[/code], it's impossible to say if it's doing what...
__TIME__ !change value__TIME__ is a string literal in the form "hh:mm:ss" containing the time at which the compilation pro...
why am i getting this error.Please post your code (using code tags) and errors here.
Syntax Issue with If ConditionLine 37: You're trying to call CompareLetters without specifying any arguments. What are the ex...
Syntax Issue with If ConditionLine 55: Remove the char from the statement. [code] if(guess == solution) [/code]