You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
vc10 sp1
About this tag
The vc10 sp1 tag on WindowsForum.com covers discussions related to Microsoft Visual C++ 2010 Service Pack 1 (SP1), particularly in the context of the Standard Template Library (STL) implementation. Content includes advanced technical details about STL internals, as presented in educational series like the C9 Lectures by Stephan T. Lavavej. These threads explore the gory details of STL implementation, requiring a solid foundation in C++ and STL basics. The tag is relevant for developers working with Visual C++ 2010 SP1 who seek in-depth knowledge of STL internals, compiler behavior, and advanced programming techniques specific to this version of the toolchain.
There are two STLs: the Standard Template Library and Stephan T. Lavavej Link Removed
Advanced STL covers the gory details of the STL's implementation -> you will therefore need to be versed in the basics of STL, competent in C++ (of course), and be able to pay attention! Stephan is a great...