How can i use graphics in c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How can i use graphics in c++

18th Jun 2018, 4:57 PM
Rohit Sharma
Rohit Sharma - avatar
3 Answers
18th Jun 2018, 5:44 PM
***
+ 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.
19th Jun 2018, 9:24 PM
Cat Sauce
Cat Sauce - avatar
+ 1
actually i wanted to use graphics in this app
18th Jun 2018, 5:50 PM
Rohit Sharma
Rohit Sharma - avatar