Practical C Programming, Second Edition

By Steve Oualline
January 1900
Pages: 396
ISBN 10: 1-56592-035-X | ISBN 13: 9781565920354
(Average of 0 Customer Reviews)

This book has been updated—the edition you're requesting is OUT OF PRINT. Please visit the catalog page of the latest edition.

The latest edition is also available on Safari Books Online.

Description

C programming is more than just getting the syntax right. Style and debugging also play a tremendous part in creating programs that run well. Practical C Programming teaches you not only the mechanics of programming, but also how to create programs that are easy to read, maintain, and debug. There are lots of introductory C books, but this is the Nutshell Handbook(R)! In this edition, programs conform to ANSI C.
Full 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. Practical C Programming teaches you how to create programs that are easy to read, debug, and maintain. 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
Electronic Archaeology, the art of going through someone else's code, is also described. Topics covered: - Good programming style - C syntax: what to use and what not to use - The programming environment, including make - The total programming process - Floating point limitations - Tricks and surprises In this second edition, program examples conform to ANSI C. Covers Turbo C (DOS) as well as the UNIX C compiler.



Featured customer reviews

Write a Review


Great Book,  March 18 2007
Submitted by garyamort   [Respond | View]

A little outdated, but very practical and easy to pick up. Stands up with the usual O'Reilly quality.

Read all reviews


See larger cover