Who created stl?



Who created stl?..

Answer / Sumit Kumar Srivastav

The STL (Standard Template Library) was developed by a group of researchers at AT&T Bell Labs in the 1980s and early 1990s, led by Alexander Stepanov.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More STL Interview Questions

WHAT IS FIBONACCI SERIES?

4 Answers   Stewart,


What is the underlying datastructure of map?

5 Answers   BIA, Siemens,


What are the components of stl?

1 Answers  


Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.

1 Answers  


What is meant by stl in c++?

1 Answers  


help me i need a c++ program which takes sequesnce of characters and outputed sequence of their token taypes, work same compiler in lexical analysis phase

1 Answers  


how to overload << and >> operator in c++

3 Answers   Wipro,


what is a template?

2 Answers   Amazon, BITS, IBS, Wipro,


How connect plc and pc through software

1 Answers  


Is there any error below, its a code to delete all entires from a map #include <map> #include iostream.h int main() { int i =0; map <int, char> TestMap; while(i<3) { TesMap.insert(TestMap::value_type(i,Test)); i++; } typedef map<int, char> :: iterator mapIter =TestMap.begin(); if(mapIter!=TestMap.end()) { TestMap.erase(mapItrer); ++mapIter; } return 0; }

1 Answers  


if x<>=z then statement end what is the cyclomatic complexity

5 Answers  


What is the stl, standard template library?

1 Answers  


Categories