User profile: AbstractionAnon

User info
User name:AbstractionAnon
History
Joined:
Number of posts:1015
Latest posts:

Pointer help
Since 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 Condition
Line 37: You're trying to call CompareLetters without specifying any arguments. What are the ex...

Syntax Issue with If Condition
Line 55: Remove the char from the statement. [code] if(guess == solution) [/code]