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... l Create simple command-line C programs l Control flow with conditions and loops l Handle variables, strings, and files l Design graphical user interface applications in C l Handle user input with buttons and menus l Use advanced UI features such as data stores and dialogs Raspberry Pi Press is the publishing imprint of Raspberry Pi Trading Ltd., a subsidiary of The Raspberry Pi Foundation. Buying Raspberry Pi Press books and magazines directly helps the Foundation s charitable mission to put the power of computing and digital making in the hands of people all over the world.
A fairly specific tutorial on GUI programming in C for the Raspberry Pi. Designed for a lay audience, it gives a succinct overview of C operation and syntax without too much programming jargon and follows up with a guide to basic UI design with GTK. It reminds me very strongly of learning Visual Basic GUI design decades ago.