background preloader

STL

Facebook Twitter

An Introduction to the C++ Standard Template Library (STL) Introduction The Standard Library is a fundamental part of the C++ Standard.

An Introduction to the C++ Standard Template Library (STL)

It provides C++ programmers with a comprehensive set of efficiently implemented tools and facilities that can be used for most types of applications. In this article, I present an introduction/tutorial on the Standard Template Library, which is the most important section of the Standard Library.

ITERATORS

Std::list. Std::pair. Std::map. Std::vector. Std::string.