Book description
There are lots of introductory C books, but this is the first one that has the no-nonsense, practical approach that has made Nutshell Handbooks(R) famous.C programming is more than just getting the syntax right. Style and debugging also play a tremendous part in creating programs that run well and are easy to maintain. This book teaches you not only the mechanics of programming, but also describes how to create programs that are easy to read, debug, and update.Practical rules are stressed. For example, there are fifteen precedence rules in C (&& comes before || comes before ?:). The practical programmer reduces these to two:
- Multiplication and division come before addition and subtraction.
Publisher resources
Table of contents
- A Note Regarding Supplemental Files
- Preface
-
I. Basics
- 1. What Is C?
- 2. Basics of Program Writing
- 3. Style
- 4. Basic Declarations and Expressions
- 5. Arrays, Qualifiers, and Reading Numbers
- 6. Decision and Control Statements
- 7. Programming Process
- II. Simple Programming
-
III. Advanced Programming Concepts
- 17. Advanced Pointers
-
18. Modular Programming
- Modules
- Public and Private
- The extern Modifier
- Headers
- The Body of the Module
- A Program to Use Infinite Arrays
- The Makefile for Multiple Files
- Using the Infinite Array
- Dividing a Task into Modules
- Module Division Example: Text Editor
- Compiler
- Spreadsheet
- Module Design Guidelines
- Programming Exercises
- 19. Ancient Compilers
- 20. Portability Problems
- 21. C’s Dustier Corners
- 22. Putting It All Together
- 23. Programming Adages
- IV. Other Language Features
- Glossary
- Index
- About the Author
- Colophon
- Copyright
Product information
- Title: Practical C Programming, 3rd Edition
- Author(s):
- Release date: August 1997
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781565923065
You might also like
book
Practical C Programming
A comprehensive guide with practical instructions for learning data structures, low-level programming, high-performance computing, networking and …
book
C Programming For Dummies, 2nd Edition
Get an A grade in C As with any major language, mastery of C can take …
book
C Programming Absolute Beginner’s Guide, Third Edition
Updated for C11 Write powerful C programs… without becoming a technical expert! This book is the …
book
Practical C++ Programming, 2nd Edition
C++ is a powerful, highly flexible, and adaptable programming language that allows software engineers to organize …