User profile: kyranstar

User info
User name:kyranstar
History
Joined:
Number of posts:43
Latest posts:

ofstream saving extra lines
Through a quick read of your code, it seems like those last two lines are because of the "<< endl;"s...

Deleting a class stored in a vector
I have class called Entity that I have to dynamically create, so I store it in a vector called Entit...

OpenGL tutorial?
Can anybody head me off to a good tutorial for somebody learning OpenGL? Preferably a 2D RPG or wha...

Adding characters to a string
I'm trying to make a game, and this part of the code used to work, but it stopped. [code] int TempV...

Beginning game classes
Ah, thanks! :)