• Effective STL: 50 Specific Ways to Improve Your Use of the Standard Template Library (Addison-Wesley Professional Computing Series) by Scott Meyers: Book Cover

List Price

$49.99

Textbook Details

  • ISBN:
    0201749629
  • ISBN-13:
    9780201749625
  • PUB. DATE:
    June 2001
  • PUBLISHER:
    Addison-Wesley

Effective STL: 50 Specific Ways to Improve Your Use of the Standard Template Library (Addison-Wesley Professional Computing Series) by Scott Meyers

$49.99 List Price
  • Overview
  • EditorialReviews
  • CustomerReviews
  • Features
  • marketplace

Customer Reviews

More Brain Teaser than Tutorialby Anonymous

Customer Rating:
See Detailed Ratings

God bless Scott Meyers and this is (probably) a good book. But it doesn't fit into the same educational niche as his books on effective C. I read "Effective C: 50..." WHEN I was learning C, and it made sense and it enhanced the learning experience. It left me with the impression that I could master C. I read "Effective C: 35..." after I learned C and was left with the impression that C could always...

Excellent - Scott Meyers at his bestby Anonymous

Customer Rating:
See Detailed Ratings

I recommend this book to anyone getting even close to touching the STL and its enormous features. Meyers writes clearly and explicitly, addressing potential problems and pitfalls common to the STL and even the C language. Absolutely a mandatory book for every C programmer!

Overview -

Effective STL

Product Details

  • Pub. Date: June 2001
  • Publisher: Addison-Wesley
  • Sales Rank: 220,193

Synopsis

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

Booknews

Explains how to combine STL components to take advantage of the library's design, describes common STL errors and how to avoid them, and discusses ways to optimize code. Guidelines give advice on choosing among standard STL containers, discuss portability problems, explain the proper use of algorithms and member functions whose names are the same but whose actions differ, and gives insight into the behavior of iterators, function objects, and allocators. Appendices discuss locales and case-insensitive string comparisons, and Microsoft's STL platforms. For STL programmers. Meyers has written several books on C++. Annotation c. Book News, Inc., Portland, OR (booknews.com)

More Reviews and Recommendations

Biography

Scott Meyers is one of the world's foremost authorities on C++, providing training and consulting services to clients worldwide. He is the author of the best-selling Effective C++ series of books (Effective C++, More Effective C++, and Effective STL) and of the innovative Effective C++ CD. He is consulting editor for Addison Wesley's Effective Software Development Series and serves on the Advisory Board for The C++ Source (http://www.artima.com/cppsource). He holds a Ph.D. in Computer Science from Brown University. His web site is http://www.aristeia.com.