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:
Boost C++ Application Development Cookbook
Author:
Anthony Polukhin
ISBN:
1849514887
Publisher:
Packt Publishing (2013)
Pages:
348
Price:
£30.99
Reviewer:
Paul Floyd
Subject:
Appeared in:
31-4

Covers Boost 1.53 (Note: 2nd edition published 2017.)

I’ve read a few books in the same mould as this, ‘Boost recipe books’. They all share the same fundamental problem – why would someone buy the book when there is a similar amount of information available in the online Boost documentation. Boost includes well over 100 libraries, so consequently either thousands of pages are required, or else the coverage is either scant or incomplete.

Having said that, I quite liked the layout and the problem-oriented approach. In 327 pages, there just isn’t enough information. Say I want to use Boost to generate some random numbers, there’s a recipe for using Boost.Random. If I wanted to use a system generated uniformly distributed integer, then my luck is in. Otherwise I have to follow the link to the online Boost documentation.

In summary, it doesn’t add much value compared to the online docs.