• Users
  • BruceJohnJennerLawso

User profile: BruceJohnJennerLawso

User info
User name:BruceJohnJennerLawso
History
Joined:
Number of posts:63
Latest posts:

Shorter than float?
Thanks Disch, that works perfectly :)

Shorter than float?
Ah, actually the precision doesnt really matter in this case, since Im passing by value, but no matt...

Shorter than float?
Im trying to do a simple output of position and speed in a program Im working on, but I find that th...

Need advice on how best to structure an engine
Its meant for implementing something like this [code] Game_object* Game_object::Get_pointer_by_stri...

Need advice on how best to structure an engine
So I am currently writing a game engine using SFML for graphics. The program compiles and works fine...