Thread
:
Creating two lists of correct and incorrect letters.
View Single Post
May 22nd, 2006, 10:56 PM
#
6
tumbleTetris
Programmer
Join Date: May 2006
Posts: 39
Rep Power:
0
thanks for the help guys.
I have a technical question, if lets say...
int x = y;
basically whatever int value y is x becomes right? Lets say the next line I increment y by 1,
y++;
does that mean x is also incremented by 1?
tumbleTetris
View Public Profile
Find More Posts by tumbleTetris