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

How to make a GUI in C++?

I've started learning C++ and in the tutorial on here it says that C++ is great for making programs. How do I make GUI's using C++ and what other uses can you use C++ for?

21st Apr 2017, 10:17 PM
Thomas John
Thomas John - avatar
4 Answers
+ 15
For Windows you need to either learn the Win32 API, MFC, or Qt. C++ can be used for just about everything because it's like a hybrid language.
21st Apr 2017, 10:21 PM
Karl T.
Karl T. - avatar
+ 5
@luka graphical user interface I was wrong. I thought it was a compiler. Thank you for sharing the info.
21st Apr 2017, 11:25 PM
Manual
Manual - avatar
+ 4
Can a Gui be made for multiple languages? Or would you need a collection to run multiple languages?
21st Apr 2017, 10:52 PM
Manual
Manual - avatar
+ 2
I'm pretty sure Code Blocks has an option for Win32 when you go to create a new project, I'll have to have another look, thanks!
21st Apr 2017, 10:23 PM
Thomas John
Thomas John - avatar