For advanced C++ programmers: Learn about a new type of container by viewing a simple example of how to write an STL-compatible container.
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.
Enhanced collection template classes: CArrayEx, CMapEx and CSortedArray
QuickSort enabled CArray template class
QSort for CStringArray
HybridList - A fast N lg (N) sort algorithm for lists
Template Classes to Manage Collections of Objects
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.
Learn to effectively use the abstract factory pattern in your C# programming.
Learn about the TeamViewer API and the various platforms you can make use of and also how to program a TeamViewer enabled app.
Learn about two common influence techniques, compliance and conformity, as well as how to design for them.