Now that I learned C++ on sololearn, how do I create software with GUI in C++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Now that I learned C++ on sololearn, how do I create software with GUI in C++?

If you are done with sololearn C++, congratulation. Now how do you build software with nice Graphic User Interface (GUI) with what you now know in C++? My answer is Qt framework. Do you know Qt? Or, if no, do you know Mozilla Firefox, VLC, Google Earth soft? These softwares are built with Qt. Qt/C++ is an awesome framework, well documented and with powerful concepts. It is cross platform available for windows, Linux, Mac and others. You can even build Android app in Qt/C++… It open source. Just google Qt!

3rd May 2017, 9:05 PM
Hugues BONI
4 Answers
+ 10
@Francisco, there's Qt the framework, and Qt the IDE. The framework was made before the IDE existed. Both were made by the same developpers.
3rd May 2017, 9:47 PM
Karl T.
Karl T. - avatar
+ 9
Yeah it is great, but I don't use it. I prefer MFC for Windows apps with GUI or Win32 for speed in game engines. Not seriously considering other platforms.
3rd May 2017, 9:35 PM
Karl T.
Karl T. - avatar
+ 2
I think you should now opt for C# or Java to do GUI. C++ will require a lot more work and the two mentioned has quiet a bit of work done for you...
4th May 2017, 3:47 AM
Krishneel Nair
Krishneel Nair - avatar
0
In case you have an macOS I vividly recommend you Xcode. The intellisense is excellent and it help you to code faster and easier. Linux and Windows I would choose QT or CodeBlocks
3rd May 2017, 9:44 PM
Francisco Pinheiro