How are Graphics done?

The Question. How are Graphics done? Do I need a certain complier? Do I need A certain program? How do I code them? Just give me all the info you know on creating and making a simple game with graphics. Thanks.
You need a graphic library.
Try SFML http://www.sfml-dev.org/
you need to download a library of which there are tons, SDL, Direct3D, OpenGL.

SDL is easy to use and well documented I'd recommend that.
Alright, now. Once you have a library downloaded. How do you use them with C++.
You look at their tutorials and figure it out from the examples.
#include the library headers and tell the linker that you are using those libraries
Topic archived. No new replies allowed.