Sign in/joinLanguage: English [ others ]
Over forty million books on members' bookshelves.
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,24382,611 (4.06)None
Recently added byprivate library, dtecmeister, gbarnett, boehmri, rmcarvalho, update, posulliv, gawayn, Necronian, fwilhelm
Loading...
won't like will probably not like will probably like will like will love

Sign up for LibraryThing to find out whether you'll like this book.

English (7)  Italian (1)  All languages (8)
Showing 1-5 of 7 (next | show all)
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. ( )
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. ( )
seabeast | 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. ( )
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. ( )
S11001001 | Aug 18, 2006 |  
Showing 1-5 of 7 (next | show all)
0.048 seconds to build listing
no reviews | add a review
You must log in to edit Common Knowledge data.
For more help see the Common Knowledge help page.
Series (with order)
Canonical Title
Original publication date
People/Characters
Important places
Important events
Awards and honors
Epigraph
Dedication
First words
Quotations
Last words
Disambiguation notice
Publisher's editors
Blurbers
Book description

Amazon.com (ISBN 0201700735, Hardcover)

In this brand-new third edition of The C++ Programming Language, author Bjarne Stroustrup, the creator of C++, presents the full specification for the C++ language and standard library, a spec that will soon become the joint ISO/ANSI C++ standard.

Past readers will find that the new edition has changed a great deal and grown considerably to encompass new language features, particularly run-time type identification, namespaces, and the standard library. At the same time, readers will recognize the lucid style and sensible advice that made previous editions so readable and enjoyable. Probably the biggest change is a substantial new section, well over 200 pages in length, covering the contents and design of the C++ standard library, the most important new feature of the C++ specification. The author has also added a substantial number of new exercises while keeping many from previous editions that have retained their value.

While The C++ Programming Language is not a C++ tutorial, strictly speaking, anyone learning the language, especially those coming from C, will greatly benefit from the clear presentation of all its elements. It is impossible to overstate the importance of this book for anyone who is serious about using C++.

(retrieved from Amazon Fri, 24 Apr 2009 07:58:10 -0400)

(see all 3 descriptions)

The first test round has been closed. Visit the Open Shelves Classification group for details.

Popular covers

 

Help/FAQs | About | Privacy/Terms | Blog | Contact | LibraryThing.com | APIs | WikiThing | Common Knowledge | 41,229,422 books!