GoingDeep: C9 Lectures: Introduction to the STL with Stephan T. Lavavej, Lecture 1

GoingDeep

Welcome to another installment of C9 Lectures. In the following series, learn all about STL from the great Stephen T. Lavavej, Microsoft's keeper of the STL cloth (this means he manages the partnership with the owners of STL and Microsoft, including, of course, bug fixes and enhancements to the S.

Running time
1h4m
File size
30.00MB

Download Original File | View original post

Episode synopsis

Welcome to another installment of C9 Lectures. In the following series, learn all about STL from the great Stephen T. Lavavej, Microsoft's keeper of the STL cloth (this means he manages the partnership with the owners of STL and Microsoft, including, of course, bug fixes and enhancements to the STL that ships as part of Visual C++).

In this first part, Stephen introduces STL and then demonstrates many of its core features (iterators, algorithms, and data structures). As is Stephen's nature, he elaborates on technical details in very substantive way. The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators. STL provides many fundamental algorithms and data structures. The STL is a general purpose library: its components are heavily parameterized such that almost every component in the STL is a template.

This is not an introductory series on C++. As such, it is expected that viewers already possess a working knowledge of the C++ language. Go ahead and open VC++ IDE and follow along--there are many examples provided on-screen and Stephen will monitor this thread and answer questions.

Enjoy. Learn.

Some information used in this description derives from text owned by Silicon Graphics International©

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“I invented the term Object-Oriented, and I can tell you I did not have C++ in mind.” - Alan Kay