Effective STL


“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.

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.

Table of Contents
Chapter 1. Containers
Chapter 2. vector and string
Chapter 3. Associative Containers
Chapter 4. Iterators
Chapter 5. Algorithms
Chapter 6. Functors, Functor Classes, Functions, etc.
Chapter 7. Programming with the STL

Appendix A. Locales and Case-Insensitive String Comparisons
Appendix B. Remarks on Microsoft’s STL Platforms

Book Details

  • Paperback: 288 pages
  • Publisher: Addison-Wesley Professional (June 2001)
  • Language: English
  • ISBN-10: 0201749629
  • ISBN-13: 978-0201749625
Download [3.5 MiB]

You may also like...

No Responses

  1. harvard says:

    thank you for uploading the ral and clean version because another real pdf version of the book has long been on the net but it was obviously virus

Leave a Reply