c++ gui framework | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

c++ gui framework

I want to create some gui applications in c++ and I don't know which framework to use. I want to try qt (because have rich features) but after I do some research I found (as far as i understand) that it is not completely free. Should I use another framework like win32, wxWidgets or qt free version.

3rd Aug 2020, 9:23 PM
tibi
tibi - avatar
1 Answer
+ 4
You can go for any of them because the basics of GUI is same for all of them, I personally went for Qt because it was the one with most tutorials on net.
4th Aug 2020, 12:43 AM
Arsenic
Arsenic - avatar