GUI with C++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

GUI with C++

I would like to get out of the console and make GUI stuff with C++. But since I've still got plenty to learn with core C++ alone, I would prefer not to tackle an extensive tool right now that would take too much time to learn. For making a standalone GUI program with C++ while keeping it simple, what tool would you recommend?

27th May 2019, 9:29 PM
HonFu
HonFu - avatar
4 Answers
+ 4
I found the Nana library a while ago when somebody was asking a similar question. I can't say I've used it but it seems worth checking out!
1st Jun 2019, 8:16 AM
Schindlabua
Schindlabua - avatar
+ 3
There are several API's for creating GUI's. WinAPI is the Windows native API used for creating graphic apps. There are other libraries like Qt or GTK+ that are platform-independent
27th May 2019, 9:32 PM
Andres0b0100
Andres0b0100 - avatar
27th May 2019, 9:34 PM
Bilbo Baggins
Bilbo Baggins - avatar
+ 2
QtCreator. It's very easy to get srarted with it.
28th May 2019, 1:54 AM
unChabon
unChabon - avatar