An Introduction to C & GUI Programming

An Introduction to C & GUI Programming

English | 2019 | ISBN: 978-1912047659 | 156 Pages | PDF | 10 MB

The popular C programming language is used for a huge range of applications, from the tiny microcontrollers used in toasters and watches up to complete operating systems. The first half of this book is an introduction to C, and covers the basics of writing simple command-line programs. The second half of the book shows how to use the GTK user interface toolkit with C to create feature-rich GUI applications which can be run on the desktop. No previous experience of C or GTK is required – even if you are an absolute beginner, this book will teach you all you need to know to…

  • Create simple command-line C programs
  • Control flow with conditions and loops l Handle variables, strings, and files
  • Design graphical user interface applications in C
  • Handle user input with buttons and menus
  • Use advanced UI features such as data stores and dialogs
Homepage