Linguagem de Programação C++, A

by Bjarne Stroustrup
Nocover-blank-133x176
Linguagem de Programaçã...
 
by
Bjarne Stroustrup
book data
172 ratings, 3.80 average rating, 20 reviews (more data...)
edit

published
2001 by Bookman (first published 1986)

details
Paperback

isbn
8573076992

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


find at:   AmazonWorldCatmore options…

There is a good chance some of your friends read this book. Sign in to see!

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.
This book is currently not featured on any Listopia lists. Add this book to your favorite list »

other reviews (showing 1-20 of 326)

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


Terran
Feb 01, 2009
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
Sep 09, 2008
Shortempered rated it: 5 of 5 stars (review of isbn 0201700735)

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
Jun 15, 2009
Max Lybbert rated it: 5 of 5 stars (review of isbn 0201700735)

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

Kristjan Wager
A valuable book to take the C++ developer to the next level
Like this review?   yes  
  add a comment

Dave
Sep 20, 2009
Dave rated it: 4 of 5 stars (review of isbn 0201700735)

A great book about an awful language.
Like this review?   yes  
  add a comment

Doug Livesey
Sep 01, 2008
Doug Livesey rated it: 5 of 5 stars (review of isbn 0201700735)

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
Aug 15, 2007
Charles H rated it: 5 of 5 stars (review of isbn 0201700735)

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
Jun 20, 2007
Israel Hsu rated it: 3 of 5 stars (review of isbn 0201327554)

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
Jan 23, 2008
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
Jun 17, 2008
Morris rated it: 2 of 5 stars (review of isbn 0201700735)

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
Aug 30, 2008
Michael rated it: 5 of 5 stars (review of isbn 0201700735)

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
Sep 26, 2007
Wood rated it: 5 of 5 stars (review of isbn 0201700735)

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
Feb 28, 2008
Brian rated it: 3 of 5 stars (review of isbn 0201700735)

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'
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
Jul 22, 2008
Reggie rated it: 4 of 5 stars (review of isbn 0201700735)

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
Jul 02, 2007
David rated it: 4 of 5 stars (review of isbn 0201700735)

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

Michael
Jan 28, 2008
Michael rated it: 5 of 5 stars (review of isbn 0201700735)

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

Jeff
Jun 16, 2008
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
Jul 04, 2008
Graham rated it: 3 of 5 stars (review of isbn 0201327554)

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

Setchell
Jun 27, 2008
Setchell rated it: 5 of 5 stars (review of isbn 0201327554)

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



recent status updates | recommend it | blog it

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



Goodreads is hiring engineers!

If you like books like these and love to build cool products, we may be looking for you.
Learn more »







The Design and Evolution of C++
The Annotated C++ Reference Manual
C++ In-Depth Box Set
Programming: Principles and Practice Using C++

More…