[Home Page] - [Reviews Main] | |
|
Learn C++ on the PC by Dave Mark Recommended |
| ISBN: 0-201-62622-5 Publisher: Addison-Wesley Pages: 425pp + disk Price: £31-10 |
| Categories: beginner's c++ object oriented |
| Reviewed by Eddie Boyle in C Vu 6-6 (Sep 1994) |
There is steady progress from C to C++ and then to Object Orientation (OO). This is important as most books seem to throw C++ and OO together. The book starts by describing the new C++ features as compared to C. This treats each feature individually so that you can fully understand it. It then moves onto Objects and shows you that an Object is simply a data structure with some functions connected to it. That's it. You simply take the C concept of a 'structure' and add some functions to it.
Once Objects are understood it then explains that Classes are just a simpler and safer method of creating them. From there it explains Derived Classes, Inheritance and Operator Overloading. The final chapters cover input/output (including files), Multiple Inheritance and a brief look at the available Class Libraries (MFC, OWL and Symantec).
WARNING: Despite the cover blurb the compiler supplied did NOT work on my
Hewlett Packard Vectra 486DX 33ST. It did work on a Hewlett Packard Vectra
386SX RS/25C.
|
Comment: This puzzles me, and I wonder if something such as an extended memory handler's settings was the cause of the problem - Francis Glassborow |
To link to this review, please use the URL: http://www.accu.org/bookreviews/public/reviews/l/l000746.htm
Copyright © The Association of C & C++ Users 1998-2000. All rights reserved.