Tech Quarto
Search Advanced SearchView Cart   Checkout   
 Location:  Home » Computer Science » General » The C++ Programming Language: Special Edition (3rd Edition)  
Categories
Computer Science
The Internet
For Dummies
Web Browsers
Windows
Digital Culture
Multimedia
Mobile & Wireless
Subcategories
Applied
Chaos & Systems
Geometry & Topology
Mathematical Analysis
Mathematical Physics
Number Systems
Pure Mathematics
Transformations
Trigonometry
Related Categories
• General
C
Programming
Computers & Internet
Subjects
• Object-Oriented Design
Software Design, Testing & Engineering
Programming
Computers & Internet
Subjects
• General
Programming
Computers & Internet
Subjects
Books
• C & C++ Windows Programming
Development
Microsoft
Computers & Internet
Subjects
• General
Computers & Internet
Subjects
Books
• General
Software
Computers & Internet
Subjects
Books
• Mathematics
Professional Science
Professional & Technical
Subjects
Books
• Programming Languages
Computer Science
New & Used Textbooks
Custom Stores
Specialty Stores
• General AAS
Computer Science
New & Used Textbooks
Custom Stores
Specialty Stores
• General AAS
New & Used Textbooks
Custom Stores
Specialty Stores
Books
• General AAS
Qualifying Textbooks
Custom Stores
Specialty Stores
Books
• Hardcover
Binding (binding)
Refinements
Books
• Printed Books
Format (feature_browse-bin)
Refinements
Books
Visit Laptop Nirvana for the best Cheap Discount Laptops

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

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

zoom 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: 4.0 out of 5 stars 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:

  • Paperback - C++ Programming Language, The
  • Paperback - C++ Programming Language, The (3rd Edition)
  • Paperback - The C++ Programming Language (Addison-Wesley series in computer science)
  • Paperback - The C++ Programming Language

Similar Items:

  • The C++ Standard Library: A Tutorial and Reference
  • Effective C++: 55 Specific Ways to Improve Your Programs and Designs (3rd Edition) (Addison-Wesley Professional Computing Series)
  • C Programming Language (2nd Edition) (Prentice Hall Software)
  • Design Patterns: Elements of Reusable Object-Oriented Software (Addison-Wesley Professional Computing Series)
  • More Effective C++: 35 New Ways to Improve Your Programs and Designs (Addison-Wesley Professional Computing Series)

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...

5 out of 5 stars 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.


5 out of 5 stars 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.


5 out of 5 stars 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.



5 out of 5 stars 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.


4 out of 5 stars 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.


Powered by Associate-O-Matic