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 C++ Programming Language (4th Edition)
Author:
Bjarne Stroustrup
ISBN:
978-0-321-56384-2
Publisher:
Addison-Wesley (2013)
Pages:
1368pp
Price:
£
Reviewer:
Paul Floyd
Subject:
The C++ Programming Language
Appeared in:
25-6

Reviewed: January 2014

Though the 2nd edition came out about the time that I started writing C++ code, for some reason I never read it, and I started off with ‘D&E’ followed by the 3rd edition of this book. And frankly, I did not enjoy the 3rd edition, to the extent that I relegated it to a far shelf at home.

The 4th edition is much improved. I feel that the author has benefited greatly from his other writing and teaching experiences. This makes the book flow better, from the code to the descriptions and the associated advice.

It almost goes without saying that the coverage of C++ is compendious, but where I felt this book is really strong is not just the description of the nuts and bolts but the explanations of the design choices and how various C++ features work together. It’s a big book, yet rather dense.

I suspect that I’ll have to read it again before long in order to digest it well. I have two slight criticisms. Firstly, I thought that there was a bit too much about concepts, clearly something close to the author’s heart. Secondly, there is a bit of a negative tone on the coverage of threads (and a preference for processes, reflecting the author’s experience perhaps?).