Blognergogle is a WIP 2D platformer.
The code now has a "Image" class which stores the X & Y locations on images, and also has a blit() method which handles calling the SDL functions neccessary to draw (blit) the image. I also found a simple method of the clearing the screen on Lazy Foo (