How to create Graphical User Interface with C++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to create Graphical User Interface with C++?

Do i need to install a new IDE or Compiler?. Where I've to write those code?

24th Dec 2016, 8:41 AM
PratyaRoy
PratyaRoy - avatar
3 Answers
+ 2
you will need a graphical toolkit for this, a set of libraries that provide creation and management of application window and it's elements.
24th Dec 2016, 8:50 AM
Demeth
Demeth - avatar
0
AS Demeth already said you need graphic libraries such as GTK or Qt. basically you do not need a new IDE for that but maybe it will help you due better integration like QtCreator. But most IDEs allow to select the project type like console or window programm. I think you can even work more low-level with openGl which you need to address commands to graphic card. In my opinion it is the hardest think to make the decision between GTK or Qt since they are quite huge and you should stick to one for a while. If you interested in Linux KDE is build on Qt and Gnome on GTK.
24th Dec 2016, 9:37 AM
Gunther Strauss
Gunther Strauss - avatar
0
You can use msvc++ of any version, preferable the 2015. Then you need to get an e-book on windows programming. You can code windows GUI with WINAPI.
24th Dec 2016, 5:00 PM
Franky BrainBox
Franky BrainBox - avatar