Rating: Summary: A true guide Review: If you like to learn from examples and illustrations, and do not have too much time to waste with long explanations, this book is for you. All the major topics of C++ are covered in a nicely structured series of 33 chapters. To name a few:
-Pointers
-Classes
-Methods
-Overloading
-Dynamic Memory Allocation
-Inheritance
-Polymorphism
-Abstract Classes
-Exception Handling
-Templates
-Containers
-etc
Every topic in a given chapter is typically introduced in two pages, the first with an illustration and/or a sample code, followed by a clear and concise discussion of the topic, including its motivation and caveats. The discussion on pointers is particularly illuminating, as well as the discussion on Classes and Object Oriented Programming, which is after all the heart of C++.
I would not recommend this book for someone who does not have any previous exposure to a structured computer language, but it is definetely a great guide and reference on C++ for those already familiar with C, Pascal, etc.
Rating: Summary: A must-have book!!! Review: If you're looking for a concise and thorough book for learning C++ from scratch or for enhancing your C++ skills, look no further! This book describes everything about C++ from A to Z! It is easy to read and is full of practical examples. The authors always get right to the point and they show complete working programs for every concept presented in this book.I definitely recommend this book!
|