by mlepage » Oct 1, 2003 @ 9:19pm
STL is a standard set of template facilities for containers, algorithms, adapters, etc. It is very fast and flexible. You almost never need to manage your own memory, or write your own list/deque/whatever, again.
The standard library itself includes more than just the STL, including strings, streams, basic numeric computation facilities, etc.