Modern C Quick Syntax Reference: A Pocket Guide to the Language, APIs, and Library
Autor Mikael Olssonen Limba Engleză Paperback – 29 dec 2018
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
Those with experience in programming, particularly C programming, looking for a quick, handy reference.
Preț: 178.40 lei
Preț vechi: 222.99 lei
-20% Nou
Puncte Express: 268
Preț estimativ în valută:
34.14€ • 35.46$ • 28.36£
34.14€ • 35.46$ • 28.36£
Carte disponibilă
Livrare economică 13-27 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484242872
ISBN-10: 1484242874
Pagini: 100
Ilustrații: XIV, 116 p. 1 illus.
Dimensiuni: 155 x 235 mm
Greutate: 0.45 kg
Ediția:2nd ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484242874
Pagini: 100
Ilustrații: XIV, 116 p. 1 illus.
Dimensiuni: 155 x 235 mm
Greutate: 0.45 kg
Ediția:2nd ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
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.
Notă biografică
Mikael Olsson is a professional web entrepreneur, programmer, and author. He works for an R&D company in Finland where he specializes in software development. In his spare time he writes books and creates websites that summarize various fields of interest. The books he writes are focused on teaching their subject in the most efficient way possible, by explaining only what is relevant and practical without any unnecessary repetition or theory. The portal to his online businesses and other websites is Siforia.com.
Textul de pe ultima copertă
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.
You will:
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.
You will:
- 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
Caracteristici
Updated to be a more modern quick reference on the C programming language Includes new C code coverage including sockets, mallocs, scanf/printf and Cython Focused on modern applications including maker technology such as Arduino