|
C++ Programmer’s Guide to the Standard Template Library by Mark Nelson IDG Books Worldwide, December 1995 ISBN 1-56884-314-3 875 pages. List price in the US is $49.99 |
|
Availability
| Unfortunately, this book is out of print. However, you can sometimes find used copies available on Amazon.com for reasonable prices. If you use the link posted here, you will be helping me with the costs of keeping this web site up and running. Thanks! |
History
This book was originally published by Programmer’s Press, an imprint of the colossal entity known as IDG Books. Programmer’s Press was supposed to be the antithesis of their wildly successful Dummies line. In other words, advanced books for the technically savvy.
I don’t know any of the details, but Programmer’s Press apparently was absorbed into the main body of IDG Books. During this transition, my book suddenly became an orphan, with no one to keep an eye on it. When the IDG warehouse shipped the last copies of my book, the normal out-of-stock alarm rang, but nobody was listening.
A few months later, I began receiving email from eager readers who were unable to purchase copies of the book. A few more weeks threading my way through the bureaucracy at IDG uncovered the details of the story as I have given it here.
At this point two cold truths became apparent. First, it would take several months before a new printing of the book could be issued. Second, the new ISO C++ standard would soon be ratified, making official a rather large set of differences between the STL described in my book and the one which would soon be the law of the land.
The end result of this was a decision to let the book die a quiet death. There is always a possibility that a new book on the C++ standard library may appear someday, but that is still just talk.
Thanks for your interest, and I’m sorry I have no book to offer!
Recommended Reading
While my books is out of print, there are some other excellent references on the C++ standard library and what used to be the STL. I recommend trying some of the books below. If you purchase after clicking through on the link below, you’ll be helping me to keep this site up and running.
1 user commented in " C++ Programmer’s Guide to the Standard Template Library "
Follow-up comment rss or Leave a TrackbackI found this one of the better STL books written. Really goes into the underlying algortihms and how they work — not just a “map has these functions, and list has these” type of book. Great Stuff, and if you can get your hands on a copy, do it!
Leave A Reply
You can insert source code in your comment without fear of too much mangling by tagging it to use the iG:Syntax Hiliter plugin. A typical usage of this plugin will look like this:[c]
Note that tags are enclosed in square brackets, not angle brackets. Tags currently supported by this plugin are: as (ActionScript), asp, c, cpp, csharp, css, delphi, html, java, js, mysql, perl, python, ruby, smarty, sql, vb, vbnet, xml, code (Generic). If you post your comment and you aren't happy with the way it looks, I will do everything I can to edit it to your satisfaction.int main()
{
printf( "Hello, world!\n" );
return 1;
}
[/c]