+ 4
How can i use graphics in c++
5 Réponses
+ 10
Check out this Rohit Sharma :
http://www.informit.com/articles/article.aspx?p=328647
+ 3
1. download a IDE(integrated development envirement), i recomment Code::Blocks or Visual studio.
2. install a good c++ library. if you want to make games i recomment SDL or SFML.
if you want to make GUI (Graphical User Interface) i recomment QT.
3. learn the library trough documentation or online tutorials or a book, i recommend a book but its your choise.
4. start coding game/gui or other stuff. i would love to see what you make with it.
+ 1
actually i wanted to use graphics in this app