Logo

The New C Standard by Derek M. Jones

Large book cover: The New C Standard

The New C Standard
by

Publisher: Addison-Wesley Professional
ISBN/ASIN: 0201709171
ISBN-13: 9780201709179
Number of pages: 1615

Description:
This book is about the latest version of the C Standard (ISO/IEC 9899:1999), it is structured as a detailed, systematic analysis of that entire language standard. This book is driven by existing developer practices, not ideal developer practices. Every sentence in the C Standard appears in this book. Each of these sentences are followed by a Commentary section, and sections dealing with C90, C++, Other Languages, Common Implementations, Coding Guidelines, Example, and Usage as appropriate.

Home page url

Download or read it online for free here:
Download link
(10MB, PDF)

Similar books

Book cover: Learn C The Hard WayLearn C The Hard Way
by - LCodeTHW
A clear and direct introduction to modern C programming. The purpose of this book is to get you strong enough in C that you'll be able to write your own software in it, or modify someone else's code. The text is not for beginners.
(23592 views)
Book cover: Object Oriented Programming in ANSI-CObject Oriented Programming in ANSI-C
by
We use ANSI-C to find out how to write object oriented programs , what are they useful for solving bigger problems, and how to catch mistakes earlier. The book covers classes, objects, instances, inheritance, linkage, methods, polymorphisms, and more.
(27089 views)
Book cover: An Introduction to GCCAn Introduction to GCC
by - Network Theory Ltd
This manual provides a complete introduction to the GNU C and C++ compilers, common problems and encountered error messages, with numerous easy examples. The text covers compiling using headers and libraries, preprocessor, linking, and more.
(29605 views)
Book cover: Modern CModern C
by - ICube
The book introduces you to the very basics of programming with C, details most principal concepts and features such as control structures, data types, operators and functions, fully explains pointers, performance, reentrancy, atomicity, threads, etc.
(10652 views)