<<< | Index | C++ Standard Library >>> |
Avoid reinventing the wheel, use the library!
STL is a conventional name of the C++ Standard Library.
The abbreviation STL originated in 1994 and stands for Standard Template Library
STL keeps code portable.
STL gives you the functionality you need,
while preserving the efficiency you want.
It helps to know a bit about data structures to conquer the STL quickly.
<<< | Index | C++ Standard Library >>> |