ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

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.
    View all alphabetically
Title:
Object-Oriented Programming: Using C++ for Engineering
Author:
Goran Svenk
ISBN:
0-7668-3894-3
Publisher:
Thomson
Pages:
506pp + CD
Price:
£38-00
Reviewer:
Mark Easterbrook
Subject:
object-orientated; beginner's c++
Appeared in:
17-1
Do 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.