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 desc
Effective STL: 50 Specific Ways to Improve Your Use of the Standard Template Library
β Scribed by Scott Meyers
- Book ID
- 127458904
- Publisher
- Addison-Wesley Professional
- Year
- 2001
- Tongue
- English
- Weight
- 2 MB
- Edition
- 1
- Category
- Library
- ISBN-13
- 9780201749625
- ASIN
- B001HTDP8M
No coin nor oath required. For personal study only.
β¦ 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.
π SIMILAR VOLUMES
Coming to grips with C++11 and C++14 is more than a matter of familiarizing yourself with the features they introduce (e.g., auto type declarations, move semantics, lambda expressions, and concurrency support). The challenge is learning to use those features effectively -- so that your software is c
Coming to grips with C++11 and C++14 is more than a matter of familiarizing yourself with the features they introduce (e.g., auto type declarations, move semantics, lambda expressions, and concurrency support). The challenge is learning to use those features effectively -- so that your software is c
Coming to grips with C++11 and C++14 is more than a matter of familiarizing yourself with the features they introduce (e.g., auto type declarations, move semantics, lambda expressions, and concurrency support). The challenge is learning to use those features effectively -- so that your software is c