Forgot your password?
Or sign in with one of these services
RageMage last won the day on January 26 2012
RageMage had the most liked content!
See reputation activity
See all followers
See all updates by RageMage
Now I'm annoyed, I can't remember the method to change a int to a float in C++ saddly I do remember how to in C#, apparently not the same. Anyone know?
RageMage
Never mind just took a round about way to fix it.
kellessdee
Can't you just cast them, like any c-like language?
float x = (float) someInt;