+ 2
How to create a GUI?
3 Respostas
+ 4
You should use a library if you want to create a GUI in C++.
https://www.sololearn.com/discuss/551122/?ref=app
+ 2
Thank you
+ 1
The classic way is using the Windows API, but there are some different ways like Qt.