WTF does my function not work?ZOMG THANK YOU!!! (yes caps was neccasary (along with a spell check)) i didn't think it was the p...
WTF does my function not work?Function giving me crap... [code] void P1TURN() { int spot; cout << "Player 1: "; ...
Assign reference address to variableCould you cast it as a int or somthing? [code] cout << hex << ((int) mypointer); [/code]
WTF does my function not work?Heres the funtion:: [code] int y =(int) ((spot-1) / 3); [/code] now the function seems to work fin...