User profile: Fworg64

User info
User name:Fworg64
Name:Austin
Location:North Dakota
Bio:Teen into C++ and computer whatnot
Statistical data
Birthdate:Aug
Gender:Male
Occupation:Student
Skills:C++
TI BASIC
History
Joined:
Number of posts:4
Latest posts:

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 variable
Could 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...