Advertisement
Membership
Login
ACCU Buttons
Search in Book Reviews
The ACCU passes on review copies of computer books to its members for them to review.
The result is a large, high quality collection of book reviews by programmers, for programmers.
Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
Title:
Object-Oriented Programming: Using C++ for EngineeringAuthor:
Goran SvenkISBN:
0-7668-3894-3Publisher:
ThomsonPages:
506pp + CDPrice:
£38-00Reviewer:
Mark EasterbrookSubject:
object-orientated; beginner's c++Appeared in:
17-1Do not waste your money on this book, it does not teach Object Oriented
Programming and the programming examples are a mishmash of C and poor
C++. For example:
- l I would expect a book on OO, when trying to illustrate code diagrammatically, to use some form of class diagram - this book uses flowcharts.
- l float is used almost exclusively for scientific calculations, even when using library functions that operate on doubles.
- l Pre-processor macros have no place in C++ code; the author seems to like them.
- l The STL is not introduced until 80% of the way through the book.
I strongly suspect the author is Fortran programmer and has just translated to C++ with the addition of OO to increase the buzzword count. Not Recommended.