C++ Graphics

I want to do program which has graphical interfaces like the background color. image installed. and so on..

but i can't find any topic on the net regarding it.. and I am not taught Graphics. is there ny way to include Graphics in C++?
Last edited on
You will have to use a graphical library such as SFML.
http://sfml-dev.org/index.php

There are some pretty good tutorials on the site as well for you to learn. If they are not enough though here is a pretty good youtube channel for SFML.

http://www.youtube.com/watch?v=kAbkFY6lwAY&list=SPHJE4y54mpC5j_x90UkuoMZOdmmL9-_rg --sfml 2.0 tutorials

http://www.youtube.com/user/CodingMadeEasy/videos?view=1&flow=list --list of all tutorials

<allegro.h> is also a good graphic library usually used to develop 2D games mostly.

It is very simple too with a lot of free tutorials on youtube. You can also learn it very quickly.

Here is the link to begin:

http://www.youtube.com/watch?v=IZ2krJ8Ls2A

Best Of Luck :)
Topic archived. No new replies allowed.