graphic interface in C | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

graphic interface in C

How I create an graphic interface in c ?

24th Jan 2020, 12:06 PM
Nicola
Nicola  - avatar
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/
24th Jan 2020, 12:50 PM
Arsenic
Arsenic - avatar
+ 1
i use xcode
24th Jan 2020, 1:04 PM
Nicola
Nicola  - avatar