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.
generic programming
About this tag
The tag 'generic programming' on WindowsForum.com is associated with advanced C++ and STL (Standard Template Library) content. The tagged thread features Stephan T. Lavavej's C9 Lectures on Advanced STL, which delve into the internal implementation details of the STL. This material is intended for those already competent in C++ and familiar with STL basics, covering topics not typically found in books or websites. The discussion highlights the technical depth of generic programming in C++, focusing on template-based code reuse and library internals.
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...