cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
C++ Graphics
C++ Graphics
Jan 26, 2014 at 6:30am UTC
engr
(55)
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
Jan 26, 2014 at 6:31am UTC
Jan 26, 2014 at 7:14am UTC
giblit
(3750)
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
Jan 26, 2014 at 8:08am UTC
Atyab
(51)
<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.