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:
STL Pocket Reference
Author:
Ray Lischner
ISBN:
0 596 00556 3
Publisher:
O'Reilly
Pages:
120pp
Price:
£6-95
Reviewer:
Francis Glassborow
Subject:
beginner's c++
Appeared in:
15-6
Yet another of these pocket size books from O'Reilly. The subtitle is'Containers, Iterators, and Algorithms'. There is no doubt in my mind that the STL is a suitable topic for one of these books. Few programmers are fluent enough to remember all the parameters of the algorithms in the correct sequence. And then there is the matter of which containers have some algorithms provided as member functions.

In general this little reference book does a good job though I find it a little quirky in places. For example it completely ignores the 'evil' vectorbool. I think that even a small reference such as this one should not be ignoring specialisations that are so far removed from the template they specialise.

On the other hand the book finishes with miniscule (about six pages) coverage of the Boost libraries. That is pushing in the right direction but I would have hoped for a good deal more. I hope O'Reilly will consider a second edition with more comprehensive cover of 'C++ Containers, Iterators, and Algorithms' or perhaps a book with exactly that as its title.

If you are not fluent with using the STL and need easy access to a memory jogger this book will fit the bill.