Scheduled maintenance, 11pm Eastern (4:00 GMT)
 
Hide this

Results from Google Books

Click on a thumbnail to go to Google Books.

The C Programming Language by Brian W. Kernighan
Loading...

The C Programming Language

by Brian W. Kernighan

MembersReviewsPopularityAverage ratingConversations
53159,188 (4.24)3

All member reviews

Showing 5 of 5
It's K&R. No more need be said. It's the Book. ( )
1 vote FlyByPC | Feb 12, 2008 |
This work, "The C Programming Language", describes the original C language, often called K&R C to distinguish it from ANSI C. Kernighan and Ritchie's description of ANSI C is The C Programming Language, Second Edition. Essentially nobody uses K&R C any more, so this work is now only of historical interest. Do not use it to learn C, or even as a reference, unless you are maintaining a legacy application.

Neither edition of The C Programming Language covers C++.

Please do not be misled by the similarity of names and authors into combining the first and second editions into one work. They are significantly different.
1 vote jimroberts | Aug 7, 2007 |
The C Bible. ( )
  all4metals | Aug 5, 2007 |
I have the first edition of this book, and it's just as useful today as the day I first purchased it as a textbook. Of all the programming books I own/have owned, this is the only one I will never let go of. When I was younger my father had several books that seemed outdated and "old", but now in retrospect I understand what the attraction to those books is: they're complete, thorough, and written by and for the pioneers of an industry.

While flipping through it, I was amazed at something that I had completely forgot about:

main() {
int a;

a=1;
a=-1;
printf("Value of a is %dn", a);
}

what is the output?

Value of a is 0

Those were the days. ( )
  chrisgann | Dec 15, 2006 |
It's old but it's the bible. ( )
  hippietrail | Nov 6, 2005 |
Showing 5 of 5

Quick Links

Ebooks Audio Swap
1 free
3 pay
0/13

Popular covers

 

Help/FAQs | About | Privacy/Terms | Blog | Contact | LibraryThing.com | APIs | WikiThing | Common Knowledge | 47,073,812 books!