Selected Product: | Effective STL: 50 Specific Ways to Improve Your Use of the Standard Template Library Paperback Edition: 1st Author: Scott Meyers Publisher: Addison-Wesley Professional Release Date: 2001-06-06 ISBN-10: 0201749629 ISBN-13: 0785342749625 List Price: $49.99 Average Customer Rating: | | Questions and Answers to Help You Pass the Real Estate Appraisal Exams (Questions & Answers to Help You Pass the Real Estate Appraisal Exams) ISBN-10: 0793191793 ISBN-13: 9780793191796 List Price:$41.99 |
To use our price comparison to get the cheapest price, please click on the "Find the Cheapest Price" button located above for Effective STL: 50 Specific Ways to Improve Your Use of the Standard Template Library by Scott Meyers (ISBN-10: 0201749629, ISBN-13: 0785342749625). At this time we have not yet written a review for Effective STL: 50 Specific Ways to Improve Your Use of the Standard Template Library by Scott Meyers (ISBN-10: 0201749629, ISBN-13: 0785342749625). Please continue to keep checking back to this page as we are constantly adding reviews. Summaries and Customer Reviews are supplied by Amazon.com "This is Effective C++ volume three -- it's really that good." -- Herb Sutter, independent consultant and secretary of the ISO/ANSI C++ standards committee"There are very few books which all C++ programmers must have. Add Effective STL to that list." -- Thomas Becker, Senior Software Engineer, Zephyr Associates, Inc., and columnist, C/C++ Users Journal C++'s Standard Template Library is revolutionary, but learning to use it well has always been a challenge. Until now. In this book, best-selling author Scott Meyers (Effective C++, and More Effective C++) reveals the critical rules of thumb employed by the experts -- the things they almost always do or almost always avoid doing -- to get the most out of the library. Other books describe what's in the STL. Effective STL shows you how to use it. Each of the book's 50 guidelines is backed by Meyers' legendary analysis and incisive examples, so you'll learn not only what to do, but also when to do it -- and why. Highlights of Effective STL include: *Advice on choosing among standard STL containers (like vector and list), nonstandard STL containers (like hash_set and hash_map), and non-STL containers (like bitset).* Techniques to maximize the efficiency of the STL and the programs that use it. *Insights into the behavior of iterators, function objects, and allocators, including things you should not do. *Guidance for the proper use of algorithms and member functions whose names are the same (e.g., find), but whose actions differ in subtle (but important) ways. *Discussions of potential portability problems, including straightforward ways to avoid them. Like Meyers' previous books, Effective STL is filled with proven wisdom that comes only from experience. Its clear, concise, penetrating style makes it an essential resource for every STL programmer. Deserves five stars | Customer Rating: | | I would suggest this book anyone dealing with STL. It provides extensive best practice input for the experienced C++/STL developer. | STL Tutorial | Customer Rating: | | What a great book! Helped me get past mental blocks on using the STL. | does for the STL what Effective C++ did for the rest of C++ | Customer Rating: | The man Meyers has worked his magic on the STL. If you've read Effective C++, then you know what to expect, and should invest accordingly. Meyers is on top of his game, finding the right balance of sage advice and dry wit as he guides you through the complexities of the STL. If you haven't read Effective C++, you really ought to before reading this one.
A wide range of advice is dispensed, including: advice on what containers to use, range member functions, avoiding loops, erase-remove, auto_ptr, associative containers, equality vs equivalence, gotchas like const keys in sets and maps and references to reference problems, efficiency in sorting, searching and inserting, iterators, functors and adapting them.
Phew. A lot of ground is covered. You will want to be familiar with the structure of the STL, I don't recommend learning the STL from scratch from this book, and you may want a good STL reference. But those aren't half as much fun to read as Scott Meyers. | a very good book | Customer Rating: | I really enjoyed to read this book as it contains very good tips. The only detail that annoys me a little bit is the amount of cross references between the items. The author first 2 books were a little bit like that but it seems to me that this one is too much. I would have prefered to have items more self contained. If you want to refer to a particular item, this one will refer to 2 other items that will refer to some more items and so on to the point where if you would like to close the open loop, you would need to consult all the items.
Except for this small annoyance, this book is very good. You should read it or have it. | Great resource - must have | Customer Rating: | | I tought I knew STL but Dr. Meyers showed me how little I knew. His in-depth analysis and numerous examples gives new insight into STL and how to best implement solutions using it. This is a must-have for every C++ programmer/software engineer. |
|