Title | C in a Nutshell, 2nd Edition |
---|---|
Sub Title | The Definitive Reference |
Author | Peter Prinz Tony Crawford |
Category | Computer & Programming |
Language | English |
Region | |
Tags | C C++ |
ISBN | 1491904755 |
Year | 2015 |
Format | |
Pages | 812 |
File Size | 5.7 MB |
Total Download | 1847 |
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 of an unfamiliar function, and how the standard library requires it to behave, you’ll find it here, along with a typical example. Ideal for experienced C and C++ programmers, this book also includes popular tools in the GNU software collection. You’ll learn how to build C programs with GNU Make, compile executable programs from C source code, and test and debug your programs with the GNU debugger. In three sections, this authoritative book covers: