Effective C++: 55 Specific Ways to Improve Your Programs and Designs by Scott Meyers |
More Effective C++: 35 New Ways to Improve Your Programs and Designs by Scott Meyers |
by Bjarne Stroustrup
|
by Nicolai M. Josuttis
|
Design Patterns: Elements of Reusable Object-Oriented Software by Erich Gamma |
Product Details
Would you like to update product info or give feedback on images?
|
STL is a hugely powerful feature of today's C++, but one with a well-earned reputation for complexity. The book is organised into 50 tips that explore different areas of the STL. Besides providing a list of dos and don'ts, Meyers presents a lot of background on what works and what doesn't with STL. Each tip is demonstrated with in-depth coding samples, many of which make use of two-colour printing to highlight the most important lines of code. (Advanced developers will enjoy Meyers' in-depth explanations, while those who are in a hurry can skip ahead to the recommended tip itself.)
A good part of this book involves using containers, like vectors and maps, which are built into STL. (Besides the standard built-in containers, the author also highlights recent additions to STL like b-trees, which are available as extensions from other vendors.) You'll learn the best ways to allocate, add, change and delete items inside containers, including associative containers like maps. You'll also learn to avoid common pitfalls for writing code that is slow or just plain wrong.
Other areas covered in Effective STL include getting the most out of the 100-plus STL algorithms that are bundled with this library. Meyers shows you how to choose the correct algorithm for sorting, and other functions. (Even advanced developers will learn something here.) Sections on using function objects (called functors) round out the text. Meyers shows you when these classes make sense and the best ways to implement them. Besides specific tips, you'll get plenty of general programming advice. A useful appendix shows the limitations of STL as implemented in Microsoft Visual C++ 6.0 and how to overcome them.
Overall, Effective STL is a really invaluable source of programming expertise on an essential aspect of today's C++ for anyone who is using--or planning to use--STL in real production code. It is quite simply a must-have. --Richard Dragan
Topics covered:
Tag this product(What's this?)Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items. |
![]() |
56% buy the item featured on this page: Effective STL: 50 Specific Ways to Improve Your Use of the Standard Template Library CDN$ 43.99 |
![]() |
29% buy Effective C++: 55 Specific Ways to Improve Your Programs and Designs CDN$ 43.99 |
![]() |
5% buy Design Patterns: Elements of Reusable Object-Oriented Software CDN$ 52.79 |
![]() |
5% buy More Effective C++: 35 New Ways to Improve Your Programs and Designs CDN$ 43.99 |
|
|
After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in. |