Modern C Quick Syntax Reference A Pocket Guide to the Language, APIs, and Library

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 condense...

Descripción completa

Detalles Bibliográficos
Autor principal: Olsson, Mikael. author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : Apress 2019.
Edición:2nd ed. 2019.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630369806719
Tabla de Contenidos:
  • 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.