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:
C++ for Dummies (Quick Reference)Author:
Namir ShammasISBN:
0 7645 0246 8Publisher:
IDGPages:
226Price:
£13-99Reviewer:
Francis GlassborowSubject:
beginner's c++Appeared in:
10-6The author of this book is rapidly creating an image in my mind of a
poor man's Herbert Schildt. The index (well there is one, which puts him
ahead of HS whose pocket reference doesn't) is packed with references such
aseToday. In other words most of the index references
function and variable names found in example code. I tried looking up
things that might baffle those with enough knowledge of C++ to use a
reference book. I looked up
explicitand
mutablebut the author apparently does not know of them. I looked
namespaceand found the author's example declared an
enum bool. Yes, he knows
boolis a keyword but you will have to look elsewhere for that. I tried looking for a list of keywords (quite important if you are to ensure that you do not accidentally use one (like
and) that your compiler does not yet know of) but I could not find one.
You would have to be a real dummy to use this book as a reference. Well perhaps that is a little harsh because some of the author's explanations are quite respectable, but I need more from a reference book.