|
| Login | Sign up | My Wish List |
![]() | The C++ Programming Language: Special Edition (3rd Edition) by Bjarne Stroustrup ISBN-10: 0201700735 ISBN-10: 0-201-70073-5 ISBN-13: 9780201700732 ISBN-13: 978-0-201-70073-2 Hardcover 2000-02-11 Addison-Wesley Professional Find Lowest Price | |
Editorials | ||
Amazon.com 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++. | ||
Book 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. | ||
Reviews | ||
for High level Programmer. A difficult book for beginners. Beginners would moan and complain about how messed up the content is. They would then give 1 star/2stars for this book, while crying, HARD HARD HARD, and stupid!!. This book is a great summary for the whole classic C++ programming language. One of the hardest books to master. However if you understand this book, it means you are few steps away from being the Einstein of C++ programming language. | ||
Excellent buy Bought this as a gift for my computer programmer son. He reads from it daily, with the intention of finishing cover to cover. He is extremely pleased with the content. | ||
You need this book. If you are serious about learning C++ you really need to own this book. While I probably wouldn't recommend this as a "first book" to learn any programming language it is definitely one that you should keep around as a reference. If you pick up a lesser C++ book like C++ for Dummies, Sams Teach Yourself C++ in 21 Days (5th Edition) (Sams Teach Yourself), or Beginning C ++ Through Game Programming, Second Edition you'll want to hang on to this one to clarify any ambiguity. If you've used C++ and just need a reference this book will definitely help out. This is hands-down the best C++ book for anyone who really wants to use C++, it will take you through all of the features of the language and not only explain what each feature is for, but also why it was included, and the best way to use it. I hope I'm not being too repetitive, but BUY THIS BOOK. | ||
Written By God Himself The C++ Programming Language is by far the best book I own. I love C++ and use it everyday. I've written video games using C++, written my own MP3 player, my own HTTP server, my own SSL implementation for Verifone terminals, hundreds of components... Countless amounts of software on Mac OS, Windows, FreeBSD/Linux, and embedded systems. Every time I had a problem and needed help this book was there to tell me how the language works. I have made a lot of money because of this book and it has shaped my career. Being an awesome C++ programmer will make you shine when it comes to newer languages / frameworks like .NET because of the fundamentals you'll learn. This is not a book for new people, although if you are learning and have questions, this book will answer them. It's a reference manual. Also, considering how programmers judge code aesthetically, Bjarne's advice columns at the end of each chapter are great for polishing up and building your own style. Make sure you get the hardcover version because it's worth it. It has built in bookmarks for your favorite sections. | ||
Its esoteric I believe its a great book, but not for beginners. Great concepts, of course from the designer of C++. | ||