Graphics in c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Graphics in c++

How can i add graphics in c++ program?

8th Oct 2017, 6:40 PM
Aniket Kumar
Aniket Kumar - avatar
5 Answers
0
using graphic library (SFML, SDL, Allegro, OpenGL, DirectX etc).
9th Oct 2017, 12:50 AM
Aniket Kumar
Aniket Kumar - avatar
+ 3
DirectX, opengl, vulkan are common graphics apis if you want something simple there is sdl
8th Oct 2017, 7:01 PM
Jordan Chapman
Jordan Chapman - avatar
+ 3
3d graphics - OpenGL ( cross platform ) 2d graphics - SFML ( cross platform ) GUI - QT, wxWidgets, GTK, GTKMM, FLTK. ( cross platform )
9th Oct 2017, 12:48 AM
Cain Eviatar
Cain Eviatar - avatar
+ 2
In Turbo C You Can Use library #include<graphics.h> four MinGw compiler you have to download library and have to configure
9th Oct 2017, 6:27 AM
Gautam Kumar
Gautam Kumar - avatar
+ 1
If you mean GUI, then check out Qt or wxWidjets.
8th Oct 2017, 6:56 PM
deFault