+ 1
graphical user interface
when should i start learning the graphical user interface for c++ and where will i learn the gui.
1 Answer
0
Creating a gui in c++ can be platform dependent. For instance microsoft has their own gui toolkit for making apps for windows in visual studio. Apple has their xcode or something. There might be some other independent toolkits. But you will have to google around depending on what platform you are developing for. Good luck!