Friday, 27 January, 2006
A surprising number of people who code in C++ are not familiar with the Standard Template Library, or “STL”. The STL has been a C++ standard for about 7 years now. Its most important components are the “string” class and the various “container” templates.


