+ 5
How do you create graphics in c++ programs?
6 Answers
+ 9
You can use the graphical user interface by just including graphics.h header in your code
+ 6
Visual Studio is another option for GUIs.
+ 2
You can use a GUI library in C or C++ to do this job:
- SDL2
- OpenGL (with SDL2, SFML or GLFW for example)
- SFML
- Qt
- SANDAL2 (ok, this one is not really known, I made it myself ... but well ... I need to make some advertisement đ)
I must bave forgotten some
+ 2
graphics.h is not standard, it's a DOS graphics library for Turbo C++ which has been outdated since the 90s.
+ 2
How do you use them?
+ 1
you can use a GUI library in C or C++ to do this job