EDN Admin
Well-known member
Welcome to another installment of http://channel9.msdn.com/tags/C9+Lectures" target="_blank C9 Lectures covering the powerful general C++ library, STL. Joining us once again is the great Stephan T. Lavavej, Microsofts 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 Stephans 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.
In part 9 , Stephan introduces us to rvalue references , a C++0x language feature, which enables two different things: move semantics and perfect forwarding. Its all about performance , brothers and sisters! See the other parts of this lecture series:
http://channel9.msdn.com/shows/Going+Deep/C9-Lectures-Introduction-to-STL-with-Stephan-T-Lavavej/" target="_blank Part 1
http://channel9.msdn.com/shows/Going+Deep/C9-Lectures-Stephan-T-Lavavej-Standard-Template-Library-STL-2-of-n/" target="_blank Part 2
http://channel9.msdn.com/shows/Going+Deep/C9-Lectures-Stephan-T-Lavavej-Standard-Template-Library-STL-3-of-n/" target="_blank Part 3
http://channel9.msdn.com/shows/Going+Deep/C9-Lectures-Stephan-T-Lavavej-Standard-Template-Library-STL-4-of-n/" target="_blank Part 4
http://channel9.msdn.com/Shows/Going+Deep/C9-Lectures-Stephan-T-Lavavej-Standard-Template-Library-STL-5-of-n Part 5
http://channel9.msdn.com/Shows/Going+Deep/C9-Lectures-Stephan-T-Lavavej-Standard-Template-Library-STL-6-of-n Part 6
http://channel9.msdn.com/Shows/Going+Deep/C9-Lectures-Stephan-T-Lavavej-Standard-Template-Library-STL-7-of-n Part 7
http://channel9.msdn.com/Shows/Going+Deep/C9-Lectures-Stephan-T-Lavavej-Standard-Template-Library-STL-8-of-n Part 8 Enjoy! Learn!
Books mentioned by Stephen: http://www.josuttis.com/libbook/" target="_blank The C++ Standard Library: A Tutorial And Reference by Nicolai M. Josuttis
http://search.barnesandnoble.com/Effective-STL/Scott-Meyers/e/9780201749625" target="_blank Effective STL by Scott Meyers <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Feeds/RSS&WT.dl=0&WT.entryid=Entry:RSSView:c0edfe0433ef4c8ea91e9e30014c6e39
View the full article
As is Stephans 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.
In part 9 , Stephan introduces us to rvalue references , a C++0x language feature, which enables two different things: move semantics and perfect forwarding. Its all about performance , brothers and sisters! See the other parts of this lecture series:
http://channel9.msdn.com/shows/Going+Deep/C9-Lectures-Introduction-to-STL-with-Stephan-T-Lavavej/" target="_blank Part 1
http://channel9.msdn.com/shows/Going+Deep/C9-Lectures-Stephan-T-Lavavej-Standard-Template-Library-STL-2-of-n/" target="_blank Part 2
http://channel9.msdn.com/shows/Going+Deep/C9-Lectures-Stephan-T-Lavavej-Standard-Template-Library-STL-3-of-n/" target="_blank Part 3
http://channel9.msdn.com/shows/Going+Deep/C9-Lectures-Stephan-T-Lavavej-Standard-Template-Library-STL-4-of-n/" target="_blank Part 4
http://channel9.msdn.com/Shows/Going+Deep/C9-Lectures-Stephan-T-Lavavej-Standard-Template-Library-STL-5-of-n Part 5
http://channel9.msdn.com/Shows/Going+Deep/C9-Lectures-Stephan-T-Lavavej-Standard-Template-Library-STL-6-of-n Part 6
http://channel9.msdn.com/Shows/Going+Deep/C9-Lectures-Stephan-T-Lavavej-Standard-Template-Library-STL-7-of-n Part 7
http://channel9.msdn.com/Shows/Going+Deep/C9-Lectures-Stephan-T-Lavavej-Standard-Template-Library-STL-8-of-n Part 8 Enjoy! Learn!
Books mentioned by Stephen: http://www.josuttis.com/libbook/" target="_blank The C++ Standard Library: A Tutorial And Reference by Nicolai M. Josuttis
http://search.barnesandnoble.com/Effective-STL/Scott-Meyers/e/9780201749625" target="_blank Effective STL by Scott Meyers <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Feeds/RSS&WT.dl=0&WT.entryid=Entry:RSSView:c0edfe0433ef4c8ea91e9e30014c6e39
View the full article