The C++ Programming Language: Special Edition (3rd Edition) | 
enlarge | Author: Bjarne Stroustrup Publisher: Addison-Wesley Professional Category: Book
List Price: $79.99 Buy Used: $36.79 You Save: $43.20 (54%)
New (35) Used (28) from $36.79
Avg. Customer Rating: 279 reviews Sales Rank: 13097
Media: Hardcover Edition: 3 Number Of Items: 1 Pages: 1030 Shipping Weight (lbs): 3.9 Dimensions (in): 9.4 x 7.4 x 1.6
ISBN: 0201700735 Dewey Decimal Number: 005.133 UPC: 785342700732 EAN: 9780201700732 ASIN: 0201700735
Publication Date: February 11, 2000 Availability: Usually ships in 1-2 business days
|
| Also Available In:
|
| Similar Items:
|
| Editorial Reviews:
Amazon.com Review This classic work shows a care and understanding of C++ that only Bjarne Stroustrup, the designer of the language, can achieve. It also conveys the punctilious and sometimes suffocating detail that only Stroustrup would desire to communicate. The novice programmer will have difficulty distinguishing between the essential and the dispensable material. However, experienced C++ programmers will appreciate the reference manual portion of the book, which contains an exact definition of C++ that even numerous examples cannot express. Stroustrup's book has several chapters on classes and the reference manual component of the book contains the complete grammar of classes. This is a book that every experienced C++ programmer needs to own.
Product Description com/~bs/) have been added. The result is complete, authoritative coverage of the C++ language, its standard library, and key design techniques. Based on the ANSI/ISO C++ standard, The C++ Programming Language provides current and comprehensive coverage of all C++ language features and standard library components. For example: abstract classes as interfaces class hierarchies for object-oriented programming templates as the basis for type-safe generic software exceptions for regular error handling namespaces for modularity in large-scale software run-time type identification for loosely coupled systems the C subset of C++ for C compatibility and system-level work standard containers and algorithms standard strings, I/O streams, and numerics C compatibility, internationalization, and exception safety Bjarne Stroustrup makes C++ even more accessible to those new to the language, while adding advanced information and techniques that even expert C++ programmers will find invaluable.
|
| Customer Reviews: Read 274 more reviews...
A lot of information. Well organized. From a man who has done an enormous amount of work on C++. September 12, 2008 0 out of 1 found this review helpful
The C++ Programming Language seems like the most thorough documentation of C++ overall. It's written by the guy who is basically the creator of C++. I tend to have a lot of respect for him. This book has a crazy lot of information in it. It seems well organized but very dense. If you were to learn it all, I would be impressed.
C++ Stroustrup July 29, 2008 0 out of 1 found this review helpful
awesome book,the best c++ book I've read, the shipping/deliver rates are really good, and the book rules.
The Book Of All Books July 18, 2008 What else can I say about the book made by the man himself. Well since I didn't say anything yet, I guess I better get started. (I admit that was bad).
I agree that you need previous knowledge of c++, but if people are going through the c++ books and realizing that they are just repeats of old knowledge you already know, then this book does the least of your concerns.
This book does present you with SOME past information, however it seems to present it much more difficult and ends and starts out with new information much faster than all the other books. And believe me, with all the pages in this book, there seems to be alot to learn about this book. Overall, I'd recommend it to any continuing C++ programmers. 5 out of 5.
Beginner or Advanced, this book is for you June 24, 2008 This book is a great reference whether you're a beginner or an expert on C++. Coming from the creator of the C++ language you won't find any book more detailed on the language. This is definitely a keeper.
The C++ equivalent of K&R June 13, 2008 This book has everything it advertises. It gives you an in-depth description of the language and plenty of examples of how to use it. It should be every C++ programmer's primary reference.
I did find one problem with the book: It does not sufficiently describe how the default compare, assign, and copy operations work. I recently had a problem at work with the default comparison of two instances of an object in an embedded system, and the only way I could debug the problem was by adding debug trace until I narrowed it down to a bad implementation of the default "!=" operator in g++ 4.1.2. Overriding the operator solved the problem, but it took us two days to figure out that the bug was with the compiler and not our code.
For this reason, I give an otherwise outstanding book only 4 stars.
|
|
|