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.
Author: Steve Oualline
Publisher: O'Reilly Media
Published: 08/26/1997
Pages: 456
Binding Type: Paperback
Weight: 1.55lbs
Size: 9.20h x 7.10w x 1.10d
ISBN13: 9781565923065
ISBN10: 1565923065
BISAC Categories:
- Computers | Languages | C
- Computers | Operating Systems | UNIX
- Computers | Programming | General
About the Author
Steve Oualline lives in Southern California, where he works as a software engineer for a major phone company. In his free time he is a real engineer on the Poway Midland Railroad. Steve has written almost a dozen books on programming and Linux software. His web site is http: //www.oualline.com .