[Home Page] - [Reviews Main] | |
|
The C++ Standard Library by Nicolai Josuttis Highly Recommended |
| ISBN: 0 201 37926 0 Publisher: Addison-Wesley Pages: 799pp Price: £37-99 |
| Categories: advanced c++ |
| Reviewed by Francis Glassborow in C Vu 12-1 (Jan 2000) |
This book has been long in gestation. It was originally intended as a translation of the much shorter German edition. However during the process of translation (by the author with help from others) it has been greatly expanded with both new material and refinement of the original. What we now have is a multi-faceted authoritative work on the subject of the Standard C++ Library. I find it hard to see how anyone else will manage to better this book. Let me try to (briefly) tell you why I think that.
The subtitle is 'A Tutorial and Reference'. It is both those things par excellence. Nico goes to considerable trouble to explain how the various elements should work as well as often taking time to explain implementation details. For example it takes time to explain the odd semantics of auto_ptr and why they are that way as well as why that puts serious restrictions on the ways it can be used.
The book is packed with code that will help the reader understand how to use the various elements of the Standard C++ Library, in particular that part which is bundled together as the STL.
The only warning I should give you is that this book is not an exhaustive reference to all aspect of the Standard C++ Library. For example will find nothing here about typeinfo's members. Of course that is no problem to the target readership because they will already have an alternative text (such as The C++ Programming Language 3rd ed ) that will document the detail they need for that item. I have no hesitation in
|
Comment: Anyone with an early revision of this book (4th printing and earlier) should refer to the extensive errata at http://www.josuttis.com/libbook/errata.html -- Webmaster |
To link to this review, please use the URL: http://www.accu.org/bookreviews/public/reviews/cp/cp002018.htm
Copyright © The Association of C & C++ Users 1998-2000. All rights reserved.