Login
Register
Home || Search || About us || Blog || Contact us || Other book sites

Name: The C Programming Language

Authors: Brian W. Kernighan, Dennis M. Ritchie
Year: 1978
Rank:

Rating:

Original Rating:

Popularity: 4.1
Genres/categories: Computer Science, Programming, Non Fiction

Purchase/research links:
This book is meant to help the reader learn how to program in C. It is the definitive reference guide, now in a second edition. Although the first edition was written in 1978, it continues to be a worldwide best-seller. This second edition brings the classic original up to date to include the ANSI standard.

From the Preface:
We have tried to retain the brevity of the first edition. C is not a big language, and it is not well served by a big book. We have improved the exposition of critical features, such as pointers, that are central to C programming. We have refined the original examples, and have added new examples in several chapters. For instance, the treatment of complicated declarations is augmented by programs that convert declarations into words and vice versa. As before, all examples have been tested directly from the text, which is in machine-readable form.

As we said in the first preface to the first edition, C "wears well as one's experience with it grows." With a decade more experience, we still feel that way. We hope that this book will help you to learn C and use it well.


Similar books:

The UNIX Programming Environment
by Brian W. Kernighan

The Elements of Programming Style
by Brian W. Kernighan

C: The Complete Reference
by Herbert Schildt

C
by Samuel P. Harbison

C
by Harvey M. Deitel

Expert C Programming
by Peter van der Linden

C Traps and Pitfalls
by Andrew Koenig

Mastering Algorithms with C
by Kyle Loudon

C++
by Harvey M. Deitel

C++ Primer
by Stanley B. Lippman

Algorithms in C
by Robert Sedgewick

Software Tools
by Brian W. Kernighan

The Practice of Programming
by Brian W. Kernighan

The Standard C Library
by P. J. Plauger

Code Complete
by Steve McConnell

Programming Pearls
by Jon Bentley

Refactoring
by Martin Fowler

Effective Java
by Joshua Bloch

More Programming Pearls
by Jon Bentley

Mastering Regular Expressions
by Jeffrey E. F. Friedl