Windows 7 C9 Lectures: Stephan T. Lavavej - Standard Template Library (STL), 10 of 10

News

Extraordinary Robot
Robot
Joined
Jun 27, 2006
Location
Chicago, IL
Welcome to another installment of C9 Lectures covering the powerful general C++ library, STL. Joining us once again is the great Stephan T. Lavavej, Microsoft's keeper of the STL cloth (this means he manages the partnership between the owners of STL (dinkumware) and Microsoft, including, of course, bug fixes and enhancements to the STL that ships as part of Visual C++). Simply, Stephan is a C++ library developer.

As is Stephan's nature, he elaborates on technical details in very substantive way. The Standard Template Library, orSTL, is a C++ library of container classes, algorithms, and iterators. STL provides many fundamental algorithms and data structures. Furthermore, the STL is a general-purpose library: its components are heavily parameterized, such that almost every component in the STL is a template.

Merry Christmas to all Niners who celebrate it! This is the last episode of STL's intro to STL series. A great way to end the year and a nice gift for all of you out there who are interested in and/or practice the art of native programming with C++. Enjoy. Learn.

In part 10, the final chapter in this magnificent introductory series covering the STL, Stephan introduces us to meta programming and type traits.

Stephan (I guess we can just call him STL now, eh?) will be back!! Look for a new series on advanced C++ topics and deeper dives into the implementation details of the STL. Yes, Advanced STL with STL is on the horizon. Much thanks and praise for Stephan's exemplary lectures!

See the other parts of this lecture series:
Part 1
Part 2
Part 3
Part 4
Part 5
Part 6
Part 7
Part 8
Part 9

Enjoy! Learn!

Books mentioned by Stephen:

The C++ Standard Library: A Tutorial And Reference by Nicolai M. Josuttis
Effective STL by Scott Meyers

njs.gif


More...
 
Back
Top Bottom