+ 1
How to make graphic applications with c++
I would like to make graphic applications with c++. A year ago I began learning c++ and then I started making videogames in unity. Now I want to make more serious things, that aren't console applications, but neither videogames . I've heard about "Qt" and I am interested in using it, but first I want to hear other people's opinions, so what do you recommend me? Thank you.
2 Answers
+ 3
Yes, you can use Qt framework for GUI applications. It's fast and flexible, so you can run it on Windows, Mac OS X and Linux.
You can download the installer from here:
https://www.qt.io/download-qt-installer
0
Thank you I'll try it