Options for creating a GUI in windows in C++

I recently started learning C++ on windows, and now I am very interested to learn from experienced people-what ways to create a graphical user interface are relevant, simple and do not require downloading unnecessary software? I know about the existence of Qt, but it does not suit me. (Cross-platform is not important, my goal is windows)

Author: wrench29, 2020-01-23

2 answers

IMHO. Qt is not only cross-platform, but also GUI. Moreover, there are several options for creating interfaces. The latest ideology they promote is Qt Quick + QML. Qt is in my heart and for Windows and for Linux and for Android.

 0
Author: Roman Ozhegov, 2020-01-23 19:46:00

Qt if you want to make u and not write a kilometer of code. SFML for the gui is such a big idea. I wrote, tried, well, this)) and in qt, in addition to u, there are many interesting and necessary libraries.

 0
Author: Максим, 2020-01-24 00:27:11