Modern C

Modern C introduces you to modern day C programming, emphasizing the unique and new features of this powerful language. For new C coders, it starts with fundamentals like structure, grammar, compilation, and execution. From there, you’ll advance to control structures, data types, operators, and func...

Full description

Bibliographic Details
Other Authors: Gustedt, Jens, author (author)
Format: eBook
Language:Inglés
Published: Shelter Island, New York : Manning Publications [2020]
Edition:1st edition
Subjects:
See on Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009631069806719
Table of Contents:
  • Getting started
  • The principal structure of a program
  • Everything is about control
  • Expressing computations
  • Basic values and data
  • Derived data types
  • Functions
  • C library functions
  • Style
  • Organization and documentation
  • Pointers
  • The C memory model
  • Storage
  • More involved processing and IO
  • Performance
  • Function-like macros
  • Variations in control flow
  • Threads
  • Atomic access and memory consistency.