Practical C Programming, 3rd Edition


Publisher: O'Reilly
Author: Steve Oualline
ISBN: 1565923065
Release Date: 01 August 1997

eBook 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.

Contrary to popular belief, most programmers do not spend most of their time creating code. Most of their time is spent modifying someone else's code. This books shows you how to avoid the all-too-common obfuscated uses of C (and also to recognize these uses when you encounter them in existing programs) and thereby to leave code that the programmer responsible for maintenance does not have to struggle with. Electronic Archaeology, the art of going through someone else's code, is described. This third edition introduces popular Integrated Development Environments on Windows systems, as well as UNIX programming utilities, and features a large statistics-generating program to pull together the concepts and features in the language.

Amazon.com

Practical C Programming, 3rd Edition

Related posts:

  1. Beginning Programming For Dummies (Beginning Programming for Dummies) Publisher: For DummiesAuthor: Wallace WangISBN: 0470088702Release Date: 06 November 2006...
  2. Accelerated C++: Practical Programming by Example Publisher: Addison-WesleyAuthor: Andrew Koenig, Barbara E. MooISBN: 020170353XRelease Date: 15...
  3. Programming Windows Workflow Foundation: Practical WF Techniques and Examples using XAML and C# Publisher: Packt PublishingAuthor: K, Scott AllenISBN: 1904811213Release Date: 21 December...
  4. Imperfect C++ : Practical Solutions for Real-Life Programming Publisher: Addison-WesleyAuthor: Matthew WilsonISBN: 0321228774Release Date: 21 October 2004 eBook...
  5. Practical Java Game Programming (Game Development Series) Publisher: Charles River MediaAuthor: Syrus MesdaghiISBN: 1584503262Release Date: 06 June...
  6. COM Programming: A Practical Guide Using Visual C and ATL (With CD-ROM) Publisher: Premier PressAuthor: Pradeep TapadiyaISBN: 0130886742Release Date: 22 September 2000...
  7. Game Programming Golden Rules (Game Development Series) Publisher: Charles River MediaAuthor: Martin BrownlowISBN: 1584503068Release Date: 12 March...
  8. MySQL Stored Procedure Programming Publisher: O'ReillyAuthor: Steven FeuersteinISBN: 0596100892Release Date: 28 March 2006 eBook...
  9. Image Processing and Analysis: A Practical Approach (Practical Approach Series) Publisher: Oxford University PressAuthor: Jim GrahamISBN: 0199637008Release Date: 07 February...
  10. A Practical Guide to Linux(R) Commands, Editors, and Shell Programming Publisher: Prentice HallAuthor: Mark G. SobellISBN: 0131478230Release Date: 01 July...