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...
Otros Autores: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Shelter Island, New York :
Manning Publications
[2020]
|
Edición: | 1st edition |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009631069806719 |
Tabla de Contenidos:
- 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.