How do I add graphics to a c++ app | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I add graphics to a c++ app

12th Apr 2017, 8:47 PM
Kessiena
3 Answers
+ 2
SDL is one of the more simple ways to add 2D graphics. DirectX or OpenGL if you want 3D
12th Apr 2017, 8:53 PM
pascaldos
0
you can also try Qt :)
12th Apr 2017, 9:50 PM
Nofel Tiani
Nofel Tiani - avatar
0
SDL is a library you can add and use, tutorials here: http://lazyfoo.net There is also Qt, it is easy to learn, and good for apps like chatrooms(telegram used Qt) these are some I know and worked with, there should be a lot more...
12th Apr 2017, 10:01 PM
Mohammad Ganji
Mohammad Ganji - avatar