Developing Programmers .com

Local Search:



This site is optimized for standards so you can use any standards compliant browser:

Valid XHTML 1.0 Transitional
Valid CSS!
(RSS) RSS Feed

Web Search:
Google


Friday, 27 January, 2006
The Standard Template Library

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.

Posted by sarah at 12:16 am in: Libraries , Tutorials