Practical C Programming 3e : Why Does 2+2 = 5986? - Steve Oualline

Practical C Programming 3e

Why Does 2+2 = 5986?

By: Steve Oualline

Paperback | 1 August 1997 | Edition Number 3

At a Glance

Paperback


RRP $85.50

$43.75

49%OFF

or 4 interest-free payments of $10.94 with

 or 
In Stock and Aims to ship in 1-2 business days

When will this arrive by?

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

More in Programming & Scripting Languages

Think Python : How To Think Like a Computer Scientist - Allen B. Downey
Python All-in-One For Dummies : 3rd Edition - John C. Shovic

RRP $74.95

$55.50

26%
OFF
The C Programming Language : Prentice Hall Software - Brian Kernighan

RRP $101.95

$72.25

29%
OFF
C# 12 in a Nutshell : The Definitive Reference - Joseph Albahari

RRP $133.00

$64.50

52%
OFF
Programming Rust : Fast, Safe Systems Development 2nd Edition - Jason Orendorff
Effective Typescript : 83 Specific Ways to Improve Your Typescript - Dan VanderKam
C++ How to Program, Global Edition : 11th Edition - Harvey Deitel & Associates

RRP $161.17

$145.25

10%
OFF
Learning Go : An Idiomatic Approach to Real-World Go Programming - Jon Bodner