Customer Reviews


7 Reviews
5 star:
 (4)
4 star:
 (2)
3 star:
 (1)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


4 of 5 people found the following review helpful:
5.0 out of 5 stars This is STILL the best book on STL (02/2007 -- yup, still is.)
The book is kinda old and slighty out of sync with the latest achievements of the C++ standard-makers, and yet it is the best tutorial book on the core STL there is: no hype, lot of smart and relevant sample code, good explanations (really detailed and indepth). I keep using it and I'm very happy.

Not one from among the latest flood of the stl books...
Published on November 6, 2000 by J Jacob Jingleheimer Schmidt

versus
6 of 7 people found the following review helpful:
3.0 out of 5 stars Good intro, lousy reference
This book is very helpful for somebody familiar with C++ and wanting to start using the STL. It is clear and complete if you're willing to read each chapter end to end. But if you're reasonably familiar with STL's concepts, or comfortable with abstract container classes in general, this book will frustrate you to no end.

The book could be very good if the...

Published on December 8, 1997


Most Helpful First | Newest First

6 of 7 people found the following review helpful:
3.0 out of 5 stars Good intro, lousy reference, December 8, 1997
By A Customer
This review is from: C++ Programmer's Guide to the Standard Template Library (Paperback)
This book is very helpful for somebody familiar with C++ and wanting to start using the STL. It is clear and complete if you're willing to read each chapter end to end. But if you're reasonably familiar with STL's concepts, or comfortable with abstract container classes in general, this book will frustrate you to no end.

The book could be very good if the "reference" section really was a reference, and not just a rehash of the description. Instead of just having lists of methods and descriptions of what they do, the reference is written in lengthy prose, and must be read sequentially in order to be understood. Rather than each entry standing on its own, method descriptions say "hardly any change from the similar method in the *blah* class." This makes looking up information extremely difficult.

It was great to get me on my feet. Now I'm really sick of it.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 5 people found the following review helpful:
5.0 out of 5 stars This is STILL the best book on STL (02/2007 -- yup, still is.), November 6, 2000
This review is from: C++ Programmer's Guide to the Standard Template Library (Paperback)
The book is kinda old and slighty out of sync with the latest achievements of the C++ standard-makers, and yet it is the best tutorial book on the core STL there is: no hype, lot of smart and relevant sample code, good explanations (really detailed and indepth). I keep using it and I'm very happy.

Not one from among the latest flood of the stl books (Josuttis, etc.) is even close to the usefulness of Mark Nelson's book -- one can only wish he issued an update.

I've revisited this review on 02/19/2007 -- and everything I'd said originally still holds: whenever I need to really understand how STL things come together, I got to Nelson's book, Josuttis doesn't cut it, he's too superficial, it's a headers dump rather than a good explanation. Not a bad book (and it's more up-to-date), but not in the same league. I'm amazed at the fact that there's a bunch of used copies offered above for buck-fifty. Whoever works with C++ and uses STL must have this book. I really mean it!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 3 people found the following review helpful:
4.0 out of 5 stars A very good STL internals book, April 8, 2007
Amazon Verified Purchase(What's this?)
This review is from: C++ Programmer's Guide to the Standard Template Library (Paperback)
If you have started using STL heavily and need to know how it works, this book is a must have.(albeit outdated). I have not come across such an easy to read C++ book in years.Somehow the experts save Scott Myers,tend to hide the crucial details ,may be because its too obvious for them, not Mark Nelson.
The code used in the book is not exception safe, but the basic ideas still hold. I really benefited by keeping a copy of the latest STL headers open , and read the text.
Wonder if the author will ever redo his work to adjust to the latest STL. Nevertheless its indispensable for the intermediate C++ programmer trying to think like an expert.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 3 people found the following review helpful:
5.0 out of 5 stars The best of the early batch of STL introductions, February 23, 2000
By 
Conrad H. Weisert (Chicago, Illinois USA) - See all my reviews
(REAL NAME)   
This review is from: C++ Programmer's Guide to the Standard Template Library (Paperback)
Unlike some authors, Nelson doesn't oversell the STL or try to defend its most ill-advised features and peculiar terminology. He addresses the readers as respected colleagues with whom we wants to share some exciting information.

The 21 chapters are orgazized into three main parts:

I. Introducing the STL

II. The essentials: containers, iterators, algorithms, functions.

III. The public interface: reference information If you're a experienced C++ programmer, the first two parts are must reading. The third part is a bit too detailed and repetitive.

The index is comprehensive, and definitions are provided for important terms (exception: "algorithm complexity" and O(n) notation, concepts well known to Computer Science majors but not to every practicing programmer).

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 2 people found the following review helpful:
5.0 out of 5 stars A great introduction to STL, September 17, 1997
By A Customer
This review is from: C++ Programmer's Guide to the Standard Template Library (Paperback)
If you want to learn about STL, read this book. It covers everything you need to know and includes the code for the HP implementation (which is far better documented than Microsoft's offering). The examples are clear and well explained
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


0 of 1 people found the following review helpful:
4.0 out of 5 stars Handy reference, February 18, 2008
This review is from: C++ Programmer's Guide to the Standard Template Library (Paperback)
True, a great deal of the material contained within these pages is now available online. But, having this volume at your desk for handy quick reference to the basics of using the standard template library (STL), is a necessity for anyone hoping to utilize the STL potential. The book is organized in a way that makes sense to experienced software engineers - with container template introductions in one section followed by algorithm introductions in another. The final section contains the STL specification. It is a reference I would not be without and find that I am loaning it often to others who have also noted the benefit of having so much STL information in one volume. A must have for every C++ professional.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


0 of 2 people found the following review helpful:
5.0 out of 5 stars Excellent Service and Price, July 3, 2010
Amazon Verified Purchase(What's this?)
This review is from: C++ Programmer's Guide to the Standard Template Library (Paperback)
Received book 1wk after ordering it . Book was in very good condition for a used book . Would order again from this company
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Most Helpful First | Newest First

This product

C++ Programmer's Guide to the Standard Template Library
C++ Programmer's Guide to the Standard Template Library by Mark Nelson (Paperback - Dec. 1995)
Used & New from: $0.13
Add to wishlist See buying options