Thinking in C++: Introduction to Standard C++, Volume One (2nd Edition)

by Prentice Hall

$47.95
buy from amazon.com
Average Rating: * * * * half star
Sales Rank:90190 (lower is better)
Price Used:$15.90
Shipping:Free Shipping on most orders over $25*
Availability:Usually ships in 24 hours
Label:Prentice Hall
UPC:076092006565
Pages:814
Binding:Paperback
Publication Date:2000-03-15
Published By:Prentice Hall
ASIN:0139798099
Category:Book

Authors

Editorial Reviews and Product Descriptions

Product Description

A thorough rewrite of the first edition reflecting all of the changes introduced in C++ by the finalization of the C++ Standard. Softcover.
Amazon.com Review

Fully revised and beefed up with plenty of new material on today's Standard C++, the new edition of Bruce Eckel's Thinking in C++: Volume I is an excellent tutorial to mastering this rich (and sometimes daunting) programming language, filled with expert advice and written in a patient, knowledgeable style.

The effective presentation, along with dozens of helpful code examples, make this book a standout. The text first sets the stage for using C++ with a tour of what object-oriented programming is all about, as well as the software design life cycle. The author then delves into every aspect of C++, from basic keywords and programming principles to more advanced topics, like function and operator overloading, virtual inheritance, exception handling, namespaces, and templates. C++ is a complex language, and the author covers a lot of ground using today's Standard C++, but without getting bogged down in excessive detail.

The emphasis here is on practical programming, so there's basic advice on using header files, preprocessor directives, and namespaces to organize code effectively. Each chapter ends with exercises (usually about two dozen), and the entire text of the book is available on the accompanying CD-ROM. (So is the second volume, which tours Standard C++ classes and other advanced topics.)

Whether you have read the first edition of this book or not, there is much to mine from Thinking in C++. This new version continues to set a high standard as an approachable and thorough tutorial. --Richard Dragan

Topics covered: Introduction to objects, inheritance, composition, polymorphism, exception handling, analysis and design fundamentals, advantages of C++, transitioning from C, compiling and building programs, writing C++ functions, flow control, C++ operators, data types, casting, debugging tips, pointers to functions, designing reusable C++ classes, conditional compilation and header files, access specifiers, constructors and destructors, function overloading and default arguments, using const and static effectively, inlining, namespaces, references, copy constructors, operator overloading, using new and delete for dynamic objects, virtual functions, abstract classes, introduction to templates, and iterators.

Customer Reviews

An awesome book- The reference in C++ - Reviewed on 2008-09-29
* * * * *

Just like Thinking in Java, this book is the reference and comes highly recommended.
Unlike some C++ books, this book is comprehensive and very easy to read. Bruce Eckel does a really good job at treating all fundamental concepts you need when writing C++ code.
The target audience is quite large, from the beginner to the advanced developer who wants to come back to the fundamentals.

If you can't get the paper copy of the book, you can still look at the HTML version of the book available on the author's web site for free: [...]
Great way to improve your programming skills - Reviewed on 2008-09-18
* * * *

Thinking in C++ is quite different from other C++ books. It's for experienced programmers and contains a lot of useful and advanced topics. The book printing is quite disappointing though..
Detailed introduction to C++ for C programmers - Reviewed on 2008-06-28
* * * *

Observations:
- aimed at C programmers
- gradual introduction to C++

Constructive criticism:
- lacking diagrams and elegance
- detailed description of problems when using C
Thinking in C++, Volume 1: Introduction to Standard C++ (2nd Edition) - Reviewed on 2007-09-22
* * * *
2 customers found this review helpful.

Bruce Eckel's book very thoroughly covers the Standard C++ programming language. It may be a little dated (my copy says (C) 2000), but I don't think the Standard has evolved since his writing.

The Good: Bruce does a terrific job going into gory detail on all aspects of this (let's just face it) complicated language. C++ has lot's of traps and ditches to offer compared to C# or Java, and if you plan to use a lot of the advanced concepts of the language, a helper like this book is almost indispensable. If you are coming from the C realm, this books is a real hit: Bruce constantly points out the subtle differences between C and C++, and also explains how C++ is a safer language than C in almost every facet. The book does a fairly decent job in going from the simpler to the more advanced concepts, though a few times he has to use constructs that will only be covered in later chapters (Bruce does point out these outlooks though appropriately). If you are really into learning a new language, the Exercises at the end of each chapter are a terrific way to learn the new concepts.

The Bad: The text within the chapters is not very well structured. If you later on try to find something, the prose form of the sections does not really help you doing that. Also, the Index is not that great either. Often times you are sent to pages that just marginally address the keyword, and the essential introduction or explanation of the keyword may not be in the index at all. My real gripe though is with the practicality of the examples. While I previously stated that the Examples by itself are a great way to learn the languate, a lot of his examples are just plain bad ideas how to code. I understand where Bruce is coming from, he tries to find examples for all the subtleties he just covered in the section. Nevertheless, he often asks for pretty bad things to be implemented. On principle, from my own personal experience a lot of the special cases of the language are hardly ever used in real life situations.

I do recommend this book, especially if you are coming from C. Just take the examples with a grain of salt. If you are a seasoned software developer, you can probably tell anyways which of the examples or techniques should not be used on the job.
A must have ... - Reviewed on 2007-06-11
* * * * *

this is a must have for all people that need to learn c++
even if you are novice or experience developer this is a book that you will always open and consult.
Read More Customer Reviews »
Go To Amazon Product Page

* - See Amazon Product Page for shipping and pricing details.


Book Subjects