Extending the STL: A Set of Ranges
- Published 02/05/2004
For advanced C++ programmers: Learn about a new type of container by viewing a simple example of how to write an STL-compatible container.
For advanced C++ programmers: Learn about a new type of container by viewing a simple example of how to write an STL-compatible container.
Enhanced collection template classes: CArrayEx, CMapEx and CSortedArray
QuickSort enabled CArray template class
HybridList - A fast N lg (N) sort algorithm for lists
Template Classes to Manage Collections of Objects
Dictionary - a C++ template class to emulate VBScript's "Scripting.Dictionary" collection