The C++ Programming Language (Special 3rd Edition)

by Bjarne Stroustrup
The C++ Programming Language (Special 3rd Edition)
book data
127 ratings, 3.87 average rating, 18 reviews (more data...)
edit

published
February 11th 2000 (first published 1986) by Addison-Wesley Professional

binding
Hardcover, 911 pages

isbn
0201700735    (isbn13: 9780201700732)

description
In this brand-new third edition of The C++ Programming Language, author Bjarne Stroustrup, the creator of C++, presents the full specification for the...more




Sign in to Goodreads to see your friends' reviews of this book.


There are no discussion topics on this book yet. Be the first to start one »

friend reviews

To see what your friends thought of this book, please sign up.

other reviews (showing 1-20 of 242)

sort: default (?) | date
filters: all | text-only


Terran
02/01/09
Terran rated it: 3 of 5 stars (review of isbn 020112078X)

Read in June, 1998
I've read the first, second, and third editions of this book. (Before I gave up my evil ways and switched to Java.) The most concise thing to say about the language can be summarized by placing the three volumes on the shelf next to each other. That makes it clear how much the scope of the language has expanded over time (approximately doubling on each edition). It's a sign of how tricky language design is -- Stroustrop was essentially forced to add some rather byzantine constructs over time...more
Like this review?   yes  
  add a comment

Shortempered
09/09/08
Shortempered rated it: 5 of 5 stars

Read in September, 2008
recommended to Shortempered by: mentor at IBM
recommends it for: intermediate to pro
not a book for a beginner, read it if you already know what you are reading..
the best..Author is my personalized GOD !

Well, I stick to my review more firmly now that I have almost completed (only once) this super-genius work.
To be more specific about the book:

The book is source of almost everything you might want to know about the C++ or probably insight of everything to what one programming language has to offer. Although book is comprehensive, it is not a ...more
Like this review?   yes  
  add a comment

Max Lybbert
06/15/09
Max Lybbert rated it: 5 of 5 stars

Do not try to learn C++ from this book. But get a copy and read it through when you have the basics down. Valuable advice is hidden throughout the book.
Like this review?   yes  
  add a comment

Doug Livesey
09/01/08
Doug Livesey rated it: 5 of 5 stars

bookshelves: currently-reading
So far this book is sterling -- all the incredible detail I could ever need about the minutae of C++ coding & compiling. I'm delighted as I wanted a refresher that wasn't a patronising tutorial, and this suits me fine! Not only what I wanted, but tonnes of detail I never even knew I wanted.
It's nice to see a book focused on teaching a programming language, rather than one that tries to teach you programming, too. I think these are very different concepts & should have different books, and t...more
Like this review?   yes  
  add a comment

Charles H
08/15/07
Charles H rated it: 5 of 5 stars

This is the definitive book on the C++ programming language written by the man Bjarne Stroustrup himself. While those who are unfamiliar with C++ should avoid it, experienced C++ programmers will find that it can perfect their abilities. Nearly every intricacy and trick of the language is discussed. In fact, the only thing I've been unable to find is whether or not friendships inherit between classes - a rather obscure piece of C++ lore (they don't).
Like this review?   yes  
  add a comment

Israel Hsu
bookshelves: computers, own
Read in January, 2003
recommends it for: computer programmers
This is the authoritative reference on the C++ programming language. This book works best as a reference. Do not try to learn the C++ language from this book; its dense reference-filled text is too difficult to decipher for the beginner. However, I have found it to be very useful as a reference. For example, while designing and programming a set of complex generic templates, this book helped me untangle a series of mysterious compiler errors.
Like this review?   yes  
  add a comment

Steve
01/23/08
Steve rated it: 2 of 5 stars (review of isbn 0201327554)

bookshelves: technical
Read in January, 2008
recommends it for: C++ programmers
One of the lessons that has stuck with me from Strunk and White's Elements of Style is Rule #17: Omit Needless Words.

Bjarne Stroustup does not.

Consequently, it makes a challenging task -- trying to learn and understand the complexities and nuances of C++ -- even harder. If you're writing C++, this book probably belongs on your shelf. But you should learn from and refer to better books.
Like this review?   yes  
  add a comment

Morris
06/17/08
Morris rated it: 2 of 5 stars

A colleague was quite scornful when I revealed I did not own the 3rd edition of this book. The first two editions are wonderful guides to the language. This edition mostly adds pages of Stroustrup's opinions as to what constitutes good programming practices. Though they are obviously of interest, I find that they are often too general to be useful and occasionally are self-contradictory.
Like this review?   yes  
  add a comment

Michael
08/30/08
Michael rated it: 5 of 5 stars

Read in September, 2008
recommends it for: Computer Geeks
This book has the basics of C++ at the beginning, though it may not be the best book to read if you are a novice programmer. There are many insights into advanced concepts in C++ (e.g. this has the best section on how to use templates and the STL algorithms that I've seen in print). A great reference for professionals to have on their shelf.
Like this review?   yes  
  add a comment

Wood
09/26/07
Wood rated it: 5 of 5 stars

Read in August, 2007
Revisiting some of the newer stuff in C++ since I've been away a few years doing mostly Java. I was hesitant to get this book because it I thought it would be more of a reference like his earlier books and he is the inventor of the language. To my surprise, this is a very well rounded book. Highly recommended.
Like this review?   yes  
  add a comment

Brian
02/28/08
Brian rated it: 3 of 5 stars

This book is not a good read but very useful when looking for specifics in syntax or methodology. A great technical reference (especially for compiler design) but not a good tutorial by any stretch.
Like this review?   yes  
  add a comment

Thomas 'afin'
10/02/07
Thomas 'afin' rated it: 3 of 5 stars

Read in January, 2006
It helped me much to passed the Object-Oriented subject for the second time.
Because of this book, object-oriented becomes my subject :)
Like this review?   yes  
  add a comment

Reggie
07/22/08
Reggie rated it: 4 of 5 stars

bookshelves: software, tech
Read in January, 2003
This is a fantastic C++ book. I picked this up only shortly before I stopped coding in C++ and I wish I'd had it much earlier.
Like this review?   yes  
  add a comment

David
07/02/07
David rated it: 4 of 5 stars

Read in January, 2005
a somewhat fascinating enormous detail of my 2nd favourite programming language
Like this review?   yes  
  add a comment

Michael
01/28/08
Michael rated it: 5 of 5 stars

bookshelves: code
If you must use C++, this book is certainly recommended.
Like this review?   yes  
  add a comment

Jeff
06/16/08
Jeff rated it: 5 of 5 stars (review of isbn 0201327554)

bookshelves: computers
Required reading and reference for every C++ developer
Like this review?   yes  
  add a comment

Graham
07/04/08
Graham rated it: 3 of 5 stars (review of isbn 0201327554)

bookshelves: c
poor plot development
Like this review?   yes  
  add a comment

Setchell
bookshelves: currently-reading
Bjarne, thanks bro.
Like this review?   yes  
  add a comment

Alex
06/28/09
Alex marked it as to-read

bookshelves: to-read

Chris Hanson
06/18/09
Chris Hanson rated it: 3 of 5 stars



« previous 1 3 4 5 6 7 8 9 12 13


recent status updates | recommend it | blog it

The C++ Programming Language: Language Library and Design Tutorial (Paperback)
The C++ Programming Language (Paperback)
The C++ Programming Language (3rd Edition)
The C++ Programming Language (Hardcover)
Die C++ Programmiersprache (Hardcover)













The Design and Evolution of C++ (Paperback) by Bjarne Stroustrup
The Annotated C++ Reference Manual (Paperback) by Margaret A. Ellis
C++ In-Depth Box Set (Paperback) by Bjarne Stroustrup
Programming: Principles and Practice Using C++ (Paperback) by Bjarne Stroustrup

More…