Created a private const variable but it can still be changed?ahh i see, whats why when i type in MyMaxTries = 5; theres an error. So i would add const or int inf...
Created a private const variable but it can still be changed?i created MyMaxTries as a const variable so when i set it in the constructor i assume it shouldnt be...
If this isn't a nested function then what is it?So i know in c++ you cannot right nested functions. But in this code ive been following GetGuess() i...
Debug Error abort() has been calledSo in the debugger i noticed my temp has No value at all. So i made temp equal 0 [code]temp = '0';[/...
Debug Error abort() has been calledSo I didnt see anything that raised my suspicion but i saw that the int min wasnt never given a valu...
This user does not accept Private Messages