+ 2
graphic interface in C
How I create an graphic interface in c ?
2 Answers
+ 4
1.Firstly if you are using the old Borland Compiler,Turbo C then first of all I would suggest you to start using the modern compilers like the Microsoft Visual Studio /Dev C++ that provides support to all the modern libraries.
2.So for writing the GUI application for Windows in C
->>Windows itself provides a API(Application Programming
Interface) commonly known as Windows 32 API that enables you to develop the GUI application
- For more informationđ
http://www.winprog.org/tutorial/start.html
Book to Learn Gui Programming In
Cđ
http://www.charlespetzold.com/pw5/
3.You can also make use of GTK
For more information:đ
https://www.gtk.org/
+ 1
i use xcode