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:
The ANSI/ISO C++ Professional Programmer's Handbook
Author:
Danny Kalev
ISBN:
0 7897 2022 1
Publisher:
Que
Pages:
356pp
Price:
£36-99
Reviewer:
Francis Glassborow
Subject:
advanced c++
Appeared in:
OL37
I wish the publishers had not stated that the author is a member of the ISO/ANSI C++ Standards Committees as it lends more authority to his work than it deserves. To the best of my knowledge the author has never attended a meeting of WG21&J16. That is not to say that there is no justification for the statement. Kalev is listed as an observer and is entitled to participate in any of the C++ Standards reflectors that he wishes to, however his is not a name that springs to mind as an active participant (I do take almost all the C++ Standards reflectors and think I am reasonably familiar with the active participants). I am only mentioning this because I think readers should ignore this part of the information on the back cover. On the other hand two of the three members of the Technical Validation Group (TVG) are active members of the C++ Standards Committees so you can be reasonably certain that the technical content is basically sound (though not perfect). For example the author seems to believe that implicit
int
is deprecated, it is not because we actually removed it from the language (as did C in its latest version).

There are other places that leave me less than happy. For example on page 76 I find the following constructor definition:

Person(const char* name = NULL				, int 
age = 0) {}
Look at that line carefully. That is more than a typo, and the faults (one fatal and the other contrary to all texts on C++ style) suggest very strongly to me that the TVG never looked at the text in detail. In other words you would be wrong to assume that the text carries the full endorsement of the members of the TVG. If you think I am being picky, on the same page in a section titled Blocking Object Copying he shows that he does not understand the full method because he provides inline definitions (not just declarations) for the
private
access copy constructor and assignment operator.

The end result is that we have a book that is very much a curates egg (good in parts and rotten elsewhere). I am afraid that wipes it out for its target readership. If you know enough to know the good from the bad, you know enough not to need this book. I strongly recommend that the publishers get the book fully technically reviewed and then publish a substantially rewritten second edition. There is enough good to be worth salvaging but there is too much bad mixed with it to justify its price.