+ 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.

28th Nov 2017, 1:48 PM
Lil Taco
Lil Taco - avatar
3 ответов
+ 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.
28th Nov 2017, 2:07 PM
bogdan
bogdan - avatar
0
Any qt resources? Noob guides and such
28th Nov 2017, 2:08 PM
Lil Taco
Lil Taco - avatar
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)
28th Nov 2017, 2:11 PM
bogdan
bogdan - avatar