+ 1
Interfaz Gráfica
Como se puede crear una interfaz gráfica en C?
1 Réponse
0
https://www.quora.com/How-can-I-create-GUI-using-C-programming
Puede crear interfaz grafica con WPF y GTK+.
MicrosoftVisual studio has integrated tools for building GUI.
Best option is QT basic. QT is portable in multiple platforms.
WinAPI is for Windows. It is a bit complicated. MSDN ( Microsoft ) has tutorials for WIN32 API.