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
Become proficient at C++/CLI programming under the .NET context by posting a first CLR console base project.
Use code extensions to expand the core principles of code re-use.
Learn how to create various odd shapes.
Have you ever wanted to control your garage door from your smartphone? Here is your chance. Get your hands dirty with an Arduino Garage Door Controller.