(C++) GUI

February 24, 2017 · View on GitHub

 

 

 

 

 

(C++) GUI

 

GUI is an abbreviation of 'Graphical User Interface'. Console applications do not have a GUI, programs running in windows do.

 

Some libraries for GUI design are QT (cross-platform) and VCL (Windows).