+ 1
How do I make a GUI in C++
I want a general purpose tool for buttons, labels and such which preferably is easy to use and works with Windows.
3 Answers
+ 1
try qt framework it comes with its own ide(qt creator) or you can use it as a plugin for visual studio. It is very well documented (it comes with a program Qassistant that has the entire documentation).
Plus you can use qt for more than just gui because it contains frameworks for networking, databases, threading etc.
0
Any qt resources? Noob guides and such
0
https://www.qt.io
Sorry, I forgot to add their web page.
If you want to use qt i think QAssistant is a very good guide because it provides the documentation of every class in qt plus examples for some functions and qt creator has a lot of examples and tutorials(step by step explanation + source code)