C in a nutshell : the definitive reference /
The new edition of this classic O'Reilly reference provides clear, detailed explanations of every feature in the C language and runtime library, including multithreading, type-generic macros, and library functions that are new in the 2011 C standard (C11). If you want to understand the effects...
Cote: | Libro Electrónico |
---|---|
Auteurs principaux: | , |
Format: | Électronique eBook |
Langue: | Inglés |
Publié: |
Sebastopol, CA :
O'Reilly Media, Inc.,
2015.
|
Édition: | Second edition. |
Collection: | In a nutshell (O'Reilly & Associates)
|
Sujets: | |
Accès en ligne: | Texto completo (Requiere registro previo con correo institucional) |
Table des matières:
- Part I. Language. Language basics
- Types
- Literals
- Type conversions
- Expressions and operators
- Statements
- Functions
- Arrays
- Pointers
- Structures, unions, and bit-fields
- Declarations
- Dynamic memory management
- Input and output
- Multithreading
- Preprocessing directives
- Part II. Standard library. The standard headers
- Functions at a glance
- Standard library functions
- Part III. Basic tools. Compiling with GCC
- Using make to build C programs
- Debugging C programs with GDB
- Using an IDE with C.