Languages
- 3461
- Effective STL Example Source Code
- Provides downloadable Code for the book Effective STL, by Leor Zolman.
- 3462
- Effective STL: 50 Specific Ways to Improve Your Use of the Standard Template Library
- 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. Contains 4 sample items. (Scott Meyers)
- 3463
- Generic Programming and the STL: Using and Extending the C++ Standard Template Library
- This page contains the Errata for "Generic Programming and the STL: Using and Extending the C++ Standard Template Library" by Matthew Austern.
- 3464
- Nicolai M. Josuttis: The C++ Standard Library
- The authors page about hist book. Contains a changelog, some errata and examples.
- 3465
- STL Tutorial Resources at Rensselaer
- Information about the book "The STL Tutorial and Reference Guide" (Second Edition) including errata, downloadable source code and other information.
- 3466
- Review of "STL for C++ Programmers"
- A review by Bob Adkins published in Linux Journal of the book by Leen Ammeraal. (February 17, 2000)
- 3467
- Just for Fun C++ and Java Programming
- Watson's programming pages for hobbyist programmers and newbies who want to learn windows programming in C++. A lot of example programs with sourcecode.
- 3468
- Are Set Iterators Mutable or Immutable?
- Portability issues in using the standard library. An article about portability issues in using the Standard Library by Klaus Kreft and Angelika Langer, published in the C/C++ Users Journal.
- 3469
- Effective Standard C++ Library: for_each vs. transform
- An article about the difference between for_each and transform in the STL by Klaus Kreft and Angelika Langer, published in the C/C++ Users Journal.
- 3470
- Priority Queues and the STL
- An Article in Dr. Dobb's Journal by Mark Nelson that appeared in January, 1996.
- 3471
- STL Algorithms vs. Hand-Written Loops
- Scott Meyers presents yet more motivation to trust the library more than yourself. An article by the Autor of "Effective STL" published in C/C++ Users Journal.
- 3472
- STL and TR1: Part III
- With TR1, C++ gets hash tables in the form of the template classes unordered_map, unordered_multimap, unordered_set, and unordered_multiset.
- 3474
- The Standard Librarian: Hash Tables for the Standard Library
- An article by Matt Austern in the C/C++ Users Journal. This column gives you an idea of what a proposal for hash tables should look like, by presenting a sample proposal.
- 3477
- Standard Library News, Part 2: Sets and Maps
- Covers updates and additional information about standard library containers. This article appeared in C++ Report. (October 01, 1999)