Problems installing SFML 2.0 on Visual Studio 2012I installed SFML after this http://www.youtube.com/watch?v=VcPRJE6Rt0o tutorial and the problem is t...
What to use when making 2d games?My question is what type of libraries and engines should I use when making a C++ game. Or at least w...
Using variables outside the function it was declared in?Lets say I have a function with a while loop that adds 1 to x as long as x is less than 5. Now that ...
Using variables outside the function it was declared in?Basically I have this variable declared in a function that I want to work with in my "main" function...
Problems using stringsThank you