ofstream saving extra linesThrough 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 vectorI 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 stringI'm trying to make a game, and this part of the code used to work, but it stopped. [code] int TempV...
Beginning game classesAh, thanks! :)