what is stl in cpp | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

what is stl in cpp

plz give the answer if you know it

26th Nov 2016, 7:10 PM
dhanaraj yadav
dhanaraj yadav - avatar
1 Respuesta
+ 2
the C++ STL (Standard Template Library) is a powerful set of C++ template classes to provides general-purpose templatized classes and functions that implement many popular commonly used algorithms and data structures like vectors, lists, queues and stacks.
26th Nov 2016, 7:18 PM
Nima Moradi
Nima Moradi - avatar