Introduction to the Standard Template Library
Stephan T. Lavavej (aka STL 🙂 ) from Microsoft has created a series of Channel 9 video presentations discussing several aspects of the STL. They serve as a very good introduction to using the Standard Template Library.
- Part 1: sequence containers
- Part 2: associative containers
- Part 3: smart pointers
- Part 4: Nurikabe solver
- Part 5: Nurikabe solver, continued
- Part 6: algorithms and functors
- Part 7: algorithms and functors, continued
- Part 8: regular expressions
- Part 9: rvalue references
- Part 10: type traits
I found them very interesting 🙂