View Single Post
Old May 22nd, 2006, 10:56 PM   #6
tumbleTetris
Programmer
 
Join Date: May 2006
Posts: 39
Rep Power: 0 tumbleTetris is on a distinguished road
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 is offline   Reply With Quote