Hide this

Results from Google Books

Click on a thumbnail to go to Google Books.

The C++ Programming Language by Bjarne Stroustrup
Loading...

The C++ Programming Language

by Bjarne Stroustrup

MembersReviewsPopularityAverage ratingConversations
1,353102,760 (4.06)None

All member reviews

English (9)  Italian (1)  All languages (10)
Showing 9 of 9
You do not need to read this book to code in C++, you need to read it if you want to know what your code is doing and why. This book is not patronizing, it does not include humorous quips, it does not apologize for using appropriate language. This book explains what C++ has to offer, why it has it, and how to use it. All of it. If you code in C++ do your fellow coders and future code maintainers a favor and buy it. ( )
  dohouk | Oct 4, 2009 |
A must have reference for any serious C++ programmer. Of the numerous programming books on the shelves at work, I find that this one comes in handy time and time again. A solid resource for novice and seasoned C++ programmers alike. ( )
  rclose | Aug 31, 2009 |
This book is upside-down from almost every other programming reference book I've ever read. Usually books like to start you at the ground level: if it's a book on C++, you get memory management and pointers; if it's on basic coding, you get sorting algorithms and linked lists. If it's on generics, you generally get implementations of iterators.

What this sort of book never points out is, you shouldn't ever need any of that nonsense. C# and Java have a zillion standard library collection classes that implement iterators. Every halfway modern language has a linked list class. And in C++, you hardly have any need to do any memory management - if you use the standard template library.

This is where Stroustrup is coming from. He starts you at the very beginning, learning how to use the std::list class just like you would do if you were using it, intelligently, in an actual application. That's more or less how the whole book is organized: practical, sensible applications of standard templates. Not implementations of iterators (although that's in here), not memory management; just writing code in the way Stroustrup envisioned code being written when he designed the language.

So, if you want to write code the way Bjarne thinks you should write code, read this book. ( )
1 vote benfulton | Feb 1, 2009 |
This book is not for people recently coming from C. It's for those who fond of C++ for a long time, and really experienced programmers in general.

Some parts look so incredibly cryptic to me that i always take a sip on this beast whenever i feel like learning something in CS. And yeah, it's not only about C++, it's about Computer Science and Object-Oriented Programming. ( )
1 vote acrn | Feb 23, 2008 |
Excellent book.
  akuchlous | Aug 21, 2007 |
Great C++ programming book. I read it through first and now use it for reference and the clear writing style and organisation make it an excellent book for both of these uses. ( )
1 vote jonathan.busch | May 17, 2007 |
When I read this book nowadays, I always think in the background that the author and his cohorts must be crazy to actually think imposing this kind of complexity on a programmer is a good idea. If you think C++ might be your ideal language, use this book as a curative -- beat yourself over the head or read it; the effect is the same.

On the other hand, if you must program C++, this is the only source I would trust for complete, accurate information, in tandem with the GNU libstdc++ sources. ( )
1 vote S11001001 | Aug 18, 2006 |
This is simply the best computer language reference book that I've ever read. The writing is lucid, the whole book is cross-referenced, and the index is great. I've even read sections of this book for fun. Every time I've had to use a reference book for another language, I've thought to myself, "How come this book isn't as well-organized as Stroustrup?" My one nitpick is that there isn't enough detail about the STL. Unfortunately, the STL is so large that it really requires a separate book to cover in sufficient detail. ( )
1 vote lorin | May 19, 2006 |
The only good book thoroughly covering C++, the language, standard library and their proper usage, by the inventor of the language. Essential for C++ programmers. ( )
  _Greg | Nov 12, 2005 |
Showing 9 of 9

Quick Links

Ebooks Audio Swap
1 pay7/36

Popular covers

 

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