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...
Call Number: | Libro Electrónico |
---|---|
Main Authors: | , |
Format: | Electronic eBook |
Language: | Inglés |
Published: |
Sebastopol, CA :
O'Reilly Media, Inc.,
2015.
|
Edition: | Second edition. |
Series: | In a nutshell (O'Reilly & Associates)
|
Subjects: | |
Online Access: | Texto completo (Requiere registro previo con correo institucional) |
Table of Contents:
- 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.