Customer Reviews


24 Reviews
5 star:
 (19)
4 star:
 (4)
3 star:
 (1)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


12 of 12 people found the following review helpful:
5.0 out of 5 stars This book is one of the best C++ books around
Yes nothing is perfect in this world, yes this book has some typos, yes there is still a room for improvement...

But as a software developer who has worked and is currently working on a large scale C++ COM, Database, Networking etc. projects here is what I think about this book: 1. This book shouldn't be considered as a beginner's book, however I would recommend...

Published on August 13, 2000 by Vitaly

versus
5 of 7 people found the following review helpful:
3.0 out of 5 stars mixed result for students
We use this book as our class text. The explanations on theory are generally more lucid than most. However, the code shown is filled with errors, and will not compile. The publisher has proven to be extremely unresponsive. We have written to try to get downloads of the source code to: 1. save us the time of having to re-type it ourselves just to try it. 2. see if it...
Published on November 10, 2000


‹ Previous | 1 2 3 | Next ›
Most Helpful First | Newest First

12 of 12 people found the following review helpful:
5.0 out of 5 stars This book is one of the best C++ books around, August 13, 2000
By 
Vitaly (Reading, MA) - See all my reviews
This review is from: C++: Effective Object-Oriented Software Construction: Concepts, Practices, Industrial Strategies and Practices (2nd Edition) (Paperback)
Yes nothing is perfect in this world, yes this book has some typos, yes there is still a room for improvement...

But as a software developer who has worked and is currently working on a large scale C++ COM, Database, Networking etc. projects here is what I think about this book: 1. This book shouldn't be considered as a beginner's book, however I would recommend buying it as a second one 2. Almost no water added !! 3. The best multiple inheritance pictural explanation around 4. The author presents a couple of very powerful and useful concepts in a clear and understandable form 5. Templates are very well presented

I would also say that after some real working experience you would start to appreciate this book more and more. In time it should help you to build a solid base for a good object-oriented software construction.

-Vitaly

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


11 of 12 people found the following review helpful:
5.0 out of 5 stars A superb book by a superb teacher!, October 13, 2000
By A Customer
This review is from: C++: Effective Object-Oriented Software Construction: Concepts, Practices, Industrial Strategies and Practices (2nd Edition) (Paperback)
This is one of the best, most clearly written books for learning C++ and OOP that I have seen. I learned OOP from this book and the "Gang-'O-Four" Design Patterns book, and the privilege of having Mr. Dattatri as a teacher. He is not only an expert software designer with real-world experience, he is also a dedicated teacher with a talent for conveying his deep knowledge. Unlike the large majority of programming books, this one is a pleasure to read, and I learn more each time I read it. A particularly valuable pedagogical feature is the way in which a topic is repeated several times from different points of view or restated in different ways, serving to deepen and strengthen the reader's understanding. He gives especially lucid treatments of the basics of class design, using proper method signatures, virtual functions, multiple inheritance, reference counting, templates, and designing container classes. Read this book!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 5 people found the following review helpful:
5.0 out of 5 stars EXCELLENT C++/OOP book, January 12, 2000
By 
This book is super easy to read compared to every other prog/tech book I've ever read...(well maybe aside from Petzold). It feels like a lot of attention/effort was given to patiently and thoroughly cover each topic. And consequently it's worth every penny.

The emphasis is on solving reasonable real world problems with solid OOP techniques. The author's evaluation of several different possible solutions for each problem really helps to show you not just the 'how's but the 'why's of what makes good design. Unlike the last sentence, this book is EXTREMELY clearly written :-).

In a nutshell, this book is like a master's guide to the holy grail of expert C++ development. Loved it!

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 3 people found the following review helpful:
5.0 out of 5 stars Learn OOP the right way, September 17, 2000
This review is from: C++: Effective Object-Oriented Software Construction: Concepts, Practices, Industrial Strategies and Practices (2nd Edition) (Paperback)
After having read quite a few C++ books, including the big players(Stroustroup, Lippman, Meyers), I have to say this book is a must read. The diagrams are awesome, allowing you to grasp some pretty hardcore concepts easily. A complete beginner would not find this book easy to follow, I suggest that you dont use this book as your entry into the C++ world. I like the focus on design rather than pure syntax, it makes a refreshing change.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 3 people found the following review helpful:
5.0 out of 5 stars Great for someone with C experience, looking to learn C++, July 19, 2001
By A Customer
I picked up the book with a basic foundation in C programming in a professional Win32 environment, and was looking to expand my knowledge of C++. I never had any formal training in C++, and was able to grasp all of the concepts presented. After reading I was able to quickly pick up and understand ATL and MFC with little trouble at all.

This book is great for those "theory" people who want to understand how to use the language, not just copy and paste code from a book.

I wouldn't recommend this book to someone who has no experience with C or C++. A basic understanding of C is a minimum requirement.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 6 people found the following review helpful:
5.0 out of 5 stars Excellent ! One of the best C++ books !, October 25, 1999
By 
Avram (Someone, Somewhere, in Summertime) - See all my reviews
This review is from: C++: Effective Object-Oriented Software Construction: Concepts, Practices, Industrial Strategies and Practices (2nd Edition) (Paperback)
I have a lot of books on the subject of C++ (all big players included) and I may say that this one is surely among the best ! Mr. Dattatri tells you everything you should know in serious but understandable manner. His experience, hard earned wisdom and thorough knowledge, all diplayed and selflessly shared, gave me a lot of pleasure and thought me a lot! This is the way textbooks should be written ! There are hundreds of books on the subject but do not mess around ! Buy this one ! You will read it several times! Not because it is undecipherable like Stroustrup, but because of pleasure and fun of learning C++ and OO way of thinking ! Indispensable book in every respect !
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
5.0 out of 5 stars Highly recommended, January 18, 2001
By A Customer
This review is from: C++: Effective Object-Oriented Software Construction: Concepts, Practices, Industrial Strategies and Practices (2nd Edition) (Paperback)
This book is highly recommended for beginners and intermediate C++ programmers. The book is very well written and combines OO notions with good programming practices. If you basically know the C++ rules but wants to be a powerful programmer, buy this book it will upgrade your skills.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
4.0 out of 5 stars Shoot the proof-reader, March 9, 1999
By A Customer
A good book that is marred by a couple of things... 1. The presentation and print quality are absolutely terrible. 2. There are NUMEROUS bugs in the example code. Still, better than most of the books I've read, proving useful to both beginners and more experienced coders.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
5.0 out of 5 stars Excellent!, May 7, 1998
By A Customer
This is one of the best books I've read concerning c++ programming. It teaches you not only how it's done, but why. I only wish there was an equivalent book for Java!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars amazing book, October 27, 2007
This is the best C++ book i've ever read (and i've read many good authors). It explains the concepts in depth with plenty of sample-code and drawings. The author seems to be aware which concepts could be misunderstood and repeatedly clarifies them in his examples.You cannot become a serious C++ programmer, if you don't understand these concepts correctly. Most of the object-oriented concepts are illustrated with real-world examples, so u learn how the language can be applied practically. I wish i'd gotten this book during my school days.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


‹ Previous | 1 2 3 | Next ›
Most Helpful First | Newest First

This product