Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
C9 Lectures: Stephan T Lavavej - Advanced STL, 2 of n
Mar 03, 2011 at 6:48 PMWell, regardless of whether you agree or disagree with the usage of STL, Charles is right. We should return the focus on the content of the video.
C9 Lectures: Stephan T Lavavej - Advanced STL, 2 of n
Mar 03, 2011 at 5:07 PMFelix9 is correct.
Here's another example: Stroustrup mentions in his book: "Every algorithm works with every container without the use of conversions. This framework, conventionally called the STL [Stepanov,1994], is extensible in the sense that users can easily provide containers and algorithms in addtion to the ones provided as part of the standard and have these work directly with the standard containers and algorithms" (section 3.10 from The C++ Programming Language 3rd ed.). In sections 16.2 and 16.2.3, for example, he mentions the algorithms and containers portion of the standard library are often called the STL or STL framework.
I hope this has helped clear up any confusion.