User profile: slouchcouchgamer

User info
User name:slouchcouchgamer
Name:slouchcouchgamer
Location:Dublin
Bio:End of July 2014, I decided to finally sit down and learn C++!

In the future I would like to code phone apps and basic games, as a hobby. I figure getting a decent understanding of C++ before using languages like C# and Java might be useful.
Statistical data
Birthdate:Jul 20, 1984
Gender:Male
Occupation:Support
Skills:C++
History
Joined:
Number of posts:23
Latest posts:

Erasing vector element that is off screen
Excellent! Thank you very much MiiNiPaa.

Erasing vector element that is off screen
Thanks cire. I'll have to analyse that snippet when I get home from work, I don't quite understand r...

Erasing vector element that is off screen
I am playing around with SFML, and have a small test set up where I can click on the screen and a "b...

expected initializer before ': and was not declared in this scope
Your first line in main should end with a semi-colon. [code]int width;[/code]

Vector of base and derived classes
Excellent, thanks MiiNiPaa. Using virtual functions was the missing link for me.