One Last Question, and I then shouldent need anymore help.

I actually know my fair share of C++, were I learned just never explained anything about graphics, sounds(etc) Could someone give me a link to learn some of this stuff, it is the whole reason I started learning C++.
It is advanced stuff. More likely you want to use some existing library, to get a hold of how things are working, then you can try to make one yourself. I recommend SDL library:
http://lazyfoo.net/SDL_tutorials/index.php
Last edited on
Well I was using OpenGL for the longest time, and really it just wanted me to make a object to make what I wanted. Sort of like this

sprite ragonrov;

then call the sprite with ragonrov.

I think I get it pretty well, if you could give me a link to the advanced stuff I will take a look and if it's to much for me to comprehend for the time being I will go back and do some more with either this or OpenGL.
Topic archived. No new replies allowed.