Cargando…

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

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Prinz, Peter (Autor), Crawford, Tony (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, CA : O'Reilly Media, Inc., 2015.
Edición:Second edition.
Colección:In a nutshell (O'Reilly & Associates)
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 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.