Getting started with SDL
SDL (Simple DirectMedia Layer) is a C library for writing games. This blog post
should help you get started with developing SDL games.
If you prefer to use Visual Studio, this article will be irrevelant to you.
Follow the steps at lazyfoo.net
[http://lazyfoo.net/tutorials/SDL/01_hello_