27
May
C++ STL (Standard Template Library)
http://www.yolinux.com/TUTORIALS/LinuxTutorialC++STL.html
The Standard Template Libraries (STL’s) are a set of C++ template classes to provide common programming data structures and functions such as doubly linked lists (list), paired arrays (map), expandable arrays (vector), large string storage and manipulation (rope), etc. The STL library is available from the STL home page. This is also your best detailed reference for all of the STL class functions available.