Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Graphical user interface Tutorial in C

Tags:

People also ask

Can I make a GUI with C?

You can't write modern GUI applications, as it will only produce 16-bit code. All modern operating systems are 32-bit, and many are now 64-bit.

What is the best GUI for C?

GTK is a popular GUI that works with C .

What are the 5 elements of a GUI?

The main pieces of a GUI are a pointer, icons, windows, menus, scroll bars, and an intuitive input device. Some common GUIs are the ones associated with Microsoft Windows, Mac OSX, Chrome OS, GNOME, KDE, and Android.

What is GTK in C?

GTK is a widget toolkit. Each user interface created by GTK consists of widgets. This is implemented in C using GObject, an object-oriented framework for C. Widgets are organized in a hierarchy. The window widget is the main container.


I have a project in C language and the teacher ordered to make a Gui of project. I can only use C or C++ for the GUI part.

Can anyone please suggest me Some easy open source Graphics Library Tutorial because this will be my first ever GUI.

thanks