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.
(23754 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.
(27189 views)
Book cover: An Introduction to the C Programming Language and Software DesignAn Introduction to the C Programming Language and Software Design
by - University of Sydney
This textbook is a thorough introduction to the C programming language, with an emphasis on software design and code organisation. The author shows how to apply the language features to build scalable modular software systems.
(8127 views)
Book cover: No Bugs!: Delivering Error-Free Code in C and C++No Bugs!: Delivering Error-Free Code in C and C++
by - Addison-Wesley
The book offers a revolutionary approach to software development by showing how to write error-free code from the start. Presented are techniques to stop many kinds of bugs from being included in a program. It also discusses how to test programs.
(27809 views)