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:
C++ from the Ground Up
Author:
Herbert Schildt
ISBN:
0 07 882405 2
Publisher:
McGraw-Hill
Pages:
668
Price:
£25-99
Reviewer:
Mark Radford
Subject:
beginner's c++
Appeared in:
10-6
When Francis originally reviewed this book, he said he couldn't face another book by Schildt and asked if anyone else would like to review it. Having heard much bad press about this author, but being unfamiliar with his work, I was tempted to see what the fuss was about.

The front cover boasts 'best selling programming author with over 2 million books sold', which leads me to despair. I haven't seen his other books but this one will not produce decent C++ programmers! It joins the abundance of C++ books of a kind, which sadly now take up too much space on the shelves of our bookshops; that is, the kind that present, but do not teach, the C++ language. For example, the book explains what multiple inheritance is, without explaining why one might want to use this feature, or how to use it correctly. Another example is that of abstract base classes. There is no explanation of how these are necessary in implementing polymorphism. The description of how to write assignment operators is especially worrying; there is no mention of self-assignment, or how to handle the possibility of an exception being thrown.

No doubt this book will sell many copies and be-come yet another triumph for marketing over quality.