A Pocket Guide to the Language, APIs, and Library
Buch, Englisch, 116 Seiten, Format (B × H): 155 mm x 235 mm, Gewicht: 213 g
ISBN: 978-1-4842-4287-2
Verlag: Apress
Discover how C's efficiency makes it a popular choice in a wide variety of applications and operating systems with special applicability to wearables, game programming, system level programming, embedded device/firmware programming and in Arduino and related electronics hobbies in this condensed code and syntax guide. This book presents the essential C syntax in a well-organized format that can be used as a quick and handy reference.
In this book, you will find short, simple, and focused code examples; and a well laid out table of contents and a comprehensive index allowing easy review. You won’t find any technical jargon, bloated samples, drawn out history lessons, or witty stories. What you will find is a language reference that is concise, to the point and highly accessible. The book is packed with useful information and is a must-have for any C programmer.What You Will Learn
- Code for some of today's modern and popular firmware and systems
- How to do embedded programming found in Arduino and related hardware boards
- Program microcontrollers for robots and boards
- Handle low-level programming and memory management
- Leverage operating systems such as Linux and Unix
Who This Book Is For
Those with experience in programming, particularly C programming, looking for a quick, handy reference.
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Fachgebiete
Weitere Infos & Material
1 Hello World.- 2 Compile and Run.- 3 Variables.- 4 Operators.- 5 Pointers.- 6 Arrays.- 7 Strings.- 8 Conditionals.- 9 Loops.- 10 Functions.- 11 Typedef.- 12 Enum.- 13 Struct.- 14 Union.- 15 Type Conversions.- 16 Storage Classes.- 17 Constants.- 18 Preprocessor.- 19 Memory Management.- 20 Input Handling.- 21 Headers.- 22 Strings and Numbers.