Simon Long - Böcker
Visar alla böcker från författaren Simon Long. Handla med fri frakt och snabb leverans.
2 produkter
2 produkter
173 kr
Skickas
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.In this book, you'll learn how to:Create simple command-line C programs.Control flow with conditions and loops.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.Updated for GTK3, this book will teach you all you need to know to write simple programs in C and start creating GUIs. Although the examples in this book were developed on a Raspberry Pi running, Raspberry Pi OS, you can follow along on other operating systems, including Linux, macOS, and Windows with the Windows Subsystem for Linux.
202 kr
Kommande
The C programming language was invented in the early 1970s, and since then has become one of the most popular and widely used general-purpose languages. It's used by a wide range of programmers, from amateurs working on simple projects at home, to industry professionals who write in C for a living. It's been used to program everything from the tiny microcontrollers used in watches and toasters up to huge software systems - most of Linux (and Raspberry Pi OS itself) is written in it. It can give you control over the smallest details of how a processor operates, but is still simple to learn and read.C is a very powerful language there's not much you can't use it for but it's fairly simple. The language itself only has 20 or so keywords, but there's a huge library of additional functions that you can call in when you need them.Learn to code with C on your Raspberry Pi (or any other computer) across 13 packed chapters:Create variables & do arithmeticControl the flow of your C programsFor loops and case statementsUnderstand and create functionsWork with arrays and stringsInterpreting user inputand much moreThis book is an introduction to programming in C for absolute beginners; you don't need any previous programming experience, and a computer with a C compiler is all you need to get started (a Raspberry Pi running Raspberry Pi OS is a great choice).