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?
3 odpowiedzi
+ 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.
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.
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.