i decided to start learning SFML and i looked up the instructions on how to install it to VC++ 2010. I did everything perfectly. Now here's the problem....
I tried doing this tutorial from Lazyfoo.com and for some reason when i compile the program the only thing that shows up is a blank black screen. Any help? Here's the code:
Should 'system("Pause")' come before "SDL_Quit ();"
Better question, should "SDL_Quit();",an SDL command, be used when you are trying to learn SFML? ALL of this source code is for SDL my friend, could you post the correct copy pasta the next time around?
yeah i put it in the same file and everything. even put it in some other files to see if it would work. But still nothing ;( the only thing that shows up is a black screen.
yeah i put it in the same file and everything. even put it in some other files to see if it would work. But still nothing ;( the only thing that shows up is a black screen.
yeah i put it in the same file and everything. even put it in some other files to see if it would work. But still nothing ;( the only thing that shows up is a black screen.
The only other problem that I'm not even sure is a problem, is that you "start" SDL after declaring that there are images to be used. I don't think that that is it, but it's the only other thing that I can see.