Hey, I'm sorta new to C++, and I'm learning it primarily to create a game (named T.I.L.T, incase anyone's wondering), however, to do that, I need to know how to use graphics in C++.
what sort of graphics do you plan to use? Of curse directX and openGL are some of things you could use.
In the same context, I am wondering, how could I draw a picture to the screen in the simplest possible way. And by that I mean time to draw it in runetime, not the simplest way for me to write this. Pixel by pixel porhaps?