
|
|
|
|
Home / Computers / Programming / Languages / C++ / Class Libraries / STL / Articles
|
|
|
|
Web Sites
|
- 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.
www.cuj.com/experts/1810/kreft.htm
- C++ and STL: Take Advantage of STL Algorithms by Implementing a Custom Iterator - An Article by Samir Bajaj published in the MSDN Magazine, April 2001.
msdn.microsoft.com/msdnmag/issues/01/04/STL/STL.asp
- 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.
www.cuj.com/experts/1902/langer.htm
- Interview with Alex Stepanov - Article in Dr. Dobb's Journal, Issue March 1995.
www.ugcs.caltech.edu/STL_doc/drdobbs-interview.html
- Priority Queues and the STL - An Article in Dr. Dobb's Journal by Mark Nelson that appeared in January, 1996.
dogma.net/markn/articles/pq_stl/priority.htm
- Standard Library News, Part 1: Vectors and Deques - Present news updates about the standard library containers vector, deque, set, multiset, map, and multimap. This article appeared in C++ Report.
www.gotw.ca/publications/mill10.htm
- Standard Library News, Part 2: Sets and Maps - Covers updates and additional information about standard library containers. This article appeared in C++ Report.
www.gotw.ca/publications/mill11.htm
- 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.
www.cuj.com/reference/articles/2001/0110/0110b/0110b.htm
- swap_vector - Proposes a new template "swap_vector" that internally swaps elements instead of copy-constructing them in order to improve performance of the container.
www.torque.net/sg/p/swap_vector.html
- The SGI Standard Template Library - An Article from Dr. Dobb's Journal August 1997.
www.ddj.com/articles/1997/9708/9708a/9708a.htm
- 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.
www.cuj.com/experts/2004/austern.htm
- The Standard Librarian: I/O and Function Objects: Containers of Pointers - Explains how containers of pointers behave, when containers of pointers are useful, and what techniques can be used to manage them. Article by Matthew Austern published in the C/C++ Users Journal.
www.cuj.com/experts/1910/austern.htm
- The Standard Librarian: Sorting in the Standard Library - An article in the C/C++ Users Journal by Matthew Austern.
www.cuj.com/experts/1908/austern.htm
- The Standard Template Library - Article from Byte's Oktober 1995 issue.
www.byte.com/art/9510/sec12/art3.htm
- Unary Predicates in the STL - An article by Klaus Kreft and Angelika Langer.
www.cuj.com/experts/1904/langer.htm
- What Are Allocators Good For? - An article by Matt Austern, published in C/C++ Users Journal.
www.cuj.com/experts/1812/austern.htm
- Working With the STL - Working With the STL: STL programming is powerful, but it can take some time to learn. By Bill Wagner, Technical Guide to Visual Programming, June 2000
www.devx.com/upload/free/features/vcdj/2000/06jun00/bw0600/bw0600-1.asp
|
|
|
|
|