What actually is C++ STL (Standard Template Library)? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What actually is C++ STL (Standard Template Library)?

17th Jul 2017, 3:50 AM
Nishant Agrawal
2 Answers
+ 2
The STL is the Standard Template Library. It is a subset of the C++ standard library. The STL provides generic implementations of useful algorithms and containers. The containers provide any easy method of storing data in the program and then finding, sorting and performing other computations on that data.
17th Jul 2017, 4:05 AM
Oscar Albornoz
Oscar Albornoz - avatar
+ 2
the stl provides several useful functions in the c++ language. eg - you can create dynamic arrays with vectors
17th Jul 2017, 4:07 AM
Nikunj Arora
Nikunj Arora - avatar