Selected Product: | The C++ Programming Language: Special Edition (3rd Edition) Hardcover Edition: 3 Author: Bjarne Stroustrup Publisher: Addison-Wesley Professional Release Date: 2000-02-11 ISBN-10: 0201700735 ISBN-13: 9780201700732 List Price: $79.99 Average Customer Rating: | | Design Patterns: Elements of Reusable Object-Oriented Software (Addison-Wesley Professional Computing Series) ISBN-10: 0201633612 ISBN-13: 0785342633610 List Price:$59.99 Design Patterns: Elements of Reusable Object-Oriented Software (Addison-Wesley Professional Computing Series) ISBN-10: 0201633612 ISBN-13: 9780201633610 List Price:$59.99 The C++ Standard Library: A Tutorial and Reference ISBN-10: 0201379260 ISBN-13: 0785342379266 List Price:$69.99 C Programming Language (2nd Edition) (Prentice Hall Software) ISBN-10: 0131103628 ISBN-13: 9780131103627 List Price:$48.67 The C Programming Language (2nd Edition) ISBN-10: 0131103628 ISBN-13: 0076092003106 List Price:$48.67 Effective C++: 55 Specific Ways to Improve Your Programs and Designs (3rd Edition) (Addison-Wesley Professional Computing Series) ISBN-10: 0321334876 ISBN-13: 9780321334879 List Price:$49.99 The C++ Standard Library: A Tutorial and Reference ISBN-10: 0201379260 ISBN-13: 9780201379266 List Price:$74.99 More Effective C++: 35 New Ways to Improve Your Programs and Designs ISBN-10: 020163371X ISBN-13: 0785342633719 List Price:$49.99 More Effective C++: 35 New Ways to Improve Your Programs and Designs (Addison-Wesley Professional Computing Series) ISBN-10: 020163371X ISBN-13: 9780201633719 List Price:$49.99 |
To use our price comparison to get the cheapest price, please click on the "Find the Cheapest Price" button located above for The C++ Programming Language: Special Edition (3rd Edition) by Bjarne Stroustrup (ISBN-10: 0201700735, ISBN-13: 9780201700732). At this time we have not yet written a review for The C++ Programming Language: Special Edition (3rd Edition) by Bjarne Stroustrup (ISBN-10: 0201700735, ISBN-13: 9780201700732). Please continue to keep checking back to this page as we are constantly adding reviews. Summaries and Customer Reviews are supplied by Amazon.com 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. A lot of information. Well organized. From a man who has done an enormous amount of work on C++. | Customer Rating: | | 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 | Customer Rating: | | 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 | Customer Rating: | 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 | Customer Rating: | | 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 | Customer Rating: | 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. |
|