+ 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?
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!
+ 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
+ 2
QtCreator.
It's very easy to get srarted with it.