+ 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?
6 Respuestas
+ 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.
+ 5
@luka
graphical user interface
I was wrong. I thought it was a compiler.
Thank you for sharing the info.
+ 4
Can a Gui be made for multiple languages?
Or would you need a collection to run multiple languages?
+ 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!