0
What is GUI programming?
Is it related with Graphics in C/C++ ? Is there a way to learn it for free??
4 Respuestas
+ 3
//Yes c/c++ have GUI library too, GUI is a visible part of software where we can interact with program
+ 1
Check the web for free resources. Perhaps the MSDN documentation for Visual Studio etc.
0
Gui = graphical user interface
It's basicly the way you interact with a program outside of a console.
0
How can we learn that??