Modern C Quick Syntax Reference: A Pocket Guide to the Language, APIs, and Library
By 作者: Mikael Olsson
ISBN-10 书号: 1484242874
ISBN-13 书号: 9781484242872
Edition 版本: 2nd ed.
出版日期: 2018-12-29
pages 页数: (132 )
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
Coper
Front Matter
1.Hello World
2.Compile and Run
3.Variables
4.Operators
5.Pointers
6.Arrays
7.Strings
8.Conditionals
9.Loops
10.Functions
11.Typedefs
12.Enums
13.Structs
14.Unions
15.Type Conversions
16.Storage Classes
17.Constants
18.Preprocessor
19.Memory Management
20.Input Handling
21.Headers
22.Strings and Wumbers
Back Matter