+ 4
How to use GUI in c++?
I'm very curious to use graphics in c++ recently i have learned sdl a little bit but i didn't get it. I need graphic for software development which one would you recommend which is easy to learn? Your guidance will be appreciated thanks...
3 Answers
+ 2
Thanks, qt is best option...
+ 1
Install QT5.
Start to learn building GUI application by the getting started:
http://doc.qt.io/qt-5/gettingstartedqt.html
+ 1
GLUT,