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++ Primer Answer Book
Author:
Clovis Tondo&Bruce Leung
ISBN:
0 201 30993 9
Publisher:
Addison-Wesley
Pages:
430pp
Price:
$29.95
Reviewer:
Steven Flintham
Subject:
beginner's c++
Appeared in:
11-5
I'm currently teaching myself C++ using Lippman and Lajoie'sC++ Primer 3rd ed. One of my few complaints is the lack of answers to the exercises, which often makes the already tempting idea of skipping them and getting straight onto the next section irresistible. I suspect others may have had similar problems. TheC++ Primer Answer Bookcorrects this omission.

A book like this is going to be worse than useless if the answers are wrong. As a learner I can't confidently say that there are no errors, although I didn't notice any. Reassuringly, however, the acknowledgements indicate that the authors of C++ Primer have carried out a 'careful review of the text'. They have also written a very positive foreword.

The structure of the book mirrors that of C++ Primer; it contains 20 chapters, each of which contains the answers to the exercises in the corresponding chapter of C++ Primer. Every exercise is answered, including those that ask you to express an opinion. However, where an exercise says 'choose one of the following...' or similar, an answer is only provided for one of the options. This is understandable, but unfortunately there's no way to tell which one in advance without peeking at the answer.

The answers given include a fair amount of descriptive text; it's probably worth looking at the answer to an exercise even if you aren't going to do it to see if any useful hints or suggestions given.

Recommended for anyone learning C++ from C++ Primer; it makes doing the exercises that much more worthwhile.