Tech Quarto
Search Advanced SearchView Cart   Checkout   
 Location:  Home » Computer Science » General » C Programming Language (2nd Edition) (Prentice Hall Software)  
Categories
Computer Science
The Internet
For Dummies
Web Browsers
Windows
Digital Culture
Multimedia
Mobile & Wireless
Subcategories
Mass Market
Trade
Related Categories
• General
C
Programming
Computers & Internet
Subjects
• General
Languages & Tools
Programming
Computers & Internet
Subjects
• General
Software
Computers & Internet
Subjects
Books
• Programming Languages
Computer Science
New & Used Textbooks
Custom Stores
Specialty Stores
• General AAS
Computer Science
New & Used Textbooks
Custom Stores
Specialty Stores
• General AAS
New & Used Textbooks
Custom Stores
Specialty Stores
Books
• General AAS
Qualifying Textbooks
Custom Stores
Specialty Stores
Books
• Paperback
Binding (binding)
Refinements
Books
• Printed Books
Format (feature_browse-bin)
Refinements
Books
Visit Laptop Nirvana for the best Cheap Discount Laptops

C Programming Language (2nd Edition) (Prentice Hall Software)

C Programming Language (2nd Edition) (Prentice Hall Software)

zoom enlarge 
Authors: Brian W. Kernighan, Dennis M. Ritchie
Publisher: Prentice Hall PTR
Category: Book

List Price: $48.67
Buy Used: $15.97
You Save: $32.70 (67%)



New (42) Used (57) Collectible (1) from $15.97

Avg. Customer Rating: 4.5 out of 5 stars 256 reviews
Sales Rank: 2081

Media: Paperback
Edition: 2
Number Of Items: 1
Pages: 274
Shipping Weight (lbs): 0.8
Dimensions (in): 9.2 x 6.9 x 0.5

ISBN: 0131103628
Dewey Decimal Number: 005.133
UPC: 076092003106
EAN: 9780131103627
ASIN: 0131103628

Publication Date: April 1, 1988
Availability: Usually ships in 1-2 business days
Shipping: Expedited shipping available
Shipping: International shipping available
Condition: May have some marks or highlights.

Also Available In:

  • Paperback - The C Programming Language
  • Paperback - C Programming Language
  • Paperback - The C Programming Language
  • Paperback - The C Programming Language
  • Hardcover - C Programming Language, 2nd Ed
  • Paperback - C Programming Language

Accessories:

  • microsoft visual c++6.0"

Similar Items:

  • The C++ Programming Language: Special Edition (3rd Edition)
  • C: A Reference Manual (5th Edition)
  • Absolute Beginner's Guide to C (2nd Edition) (Other Sams)
  • Advanced Programming in the UNIX(R) Environment (2nd Edition) (Addison-Wesley Professional Computing Series)
  • Unix Programming Environment (Prentice-Hall Software Series)

Editorial Reviews:

Amazon.com Review
Just about every C programmer I respect learned C from this book. Unlike many of the 1,000 page doorstops stuffed with CD-ROMs that have become popular, this volume is concise and powerful (if somewhat dangerous) -- like C itself. And it was written by Kernighan himself. Need we say more?

Product Description
Presents a complete guide to ANSI standard C language programming. Written by the developers of C, this new version helps readers keep up with the finalized ANSI standard for C while showing how to take advantage of C's rich set of operators, economy of expression, improved control flow, and data structures. This 2nd edition has been completely rewritten with additional examples and problem sets to clarify the implementation of difficult language constructs. 7 x 9 1/4.


Customer Reviews:   Read 251 more reviews...

4 out of 5 stars C Programming Book   September 28, 2008
"The C Programming Language" is a good book overall. I expected it to come in a little better shape, but I can't complain. I trust the source I got it from and would recommend buying one of these if you want the "White Book" for old-time programmers.


5 out of 5 stars Magic book   September 28, 2008
This book is accurate, beautifully written, short, and yet comprehensive. It's the only book on the C language that you'll ever need.



5 out of 5 stars The Must-have   August 4, 2008
 1 out of 1 found this review helpful

I've read the first edition, and this is a must. It doesn't cover some of the details of ISO/ansi 99, but those can be found elsewhere. What can't be found is the way the authors drag even the beginning student right into the depths of memory allocation so soon. This book isn't too easy, but it's one no student of c can be without, and it's well-written, into the bargain.


5 out of 5 stars Great Book   July 22, 2008
Most people that are serious about C know about this book, often calling it "K & R" or "The Old Testament." As the authors of this book are also the authors of the C language itself, it's kinda hard to find a "better" book on the subject. The first edition has some errors that were (hopefully) fixed in the 2nd edition.
If you are new to programming, or have only used Windows, you may be a little lost as this holds true to the UNIX methodology of doing one thing well, and that is to teach C. It doesn't bother with helping to teach editor tools and compilers, or even basic programming concepts, as those are out of scope and the intended audience already knows about those.

This is a great book, and I wish more books on programming languages had the same approach to teaching syntax and its use.



4 out of 5 stars The defacto book on C   May 15, 2008
 1 out of 1 found this review helpful


This book is extremely well written but it moves very fast. It is a short read so in order to get the most out of it you'll need to read then re-read much of it. Also, actually doing the examples and excercises will get you that much closer to knowing the C language intimately.

I know that this book was written a long time ago and the fact that it still holds up is pretty amazing. It is somewhat dated in terms of the typography and layout in fact it's not the easiest book to read visually.

If you are brand new to programming you'll definately want to start out with a different book. This book is not a friendly intro to programming but more of an expert essay on the C language.

Two things that really bother me: This book has some Unix based exercises toward the end so you'll need to get a copy of Cygwin (a unix environment that runs on Windows) if you are running a Windows based operating system to complete the excercizes. The next thing which bothers me even more is there is almost little to no material on dynamic memory. It skims over the use of keywords like "malloc" and some of the examples which use dynamic memory don't handle memory cleanup at all. In fact there's almost no mention of cleaning up after yourself after you've requested memory using "malloc" I find this disturbing because to be effective at dynamic memory management which is a foundational concept in C you have to understand how important it is to be responsible about requesting memory from the OS and then "free"ing it once you are done with it. Again, the material on this subject is very thin.

But, aside from that...if you are a C programmer it's almost a given that you own this book.

Trivia: Ever wondered where the "Hello World" statement came from? This book is it! ;)


Powered by Associate-O-Matic