Standard Template Libraries in C++:

Posted by MansiTibude@reddit | learnprogramming | View on Reddit | 2 comments

The Standard Template Libraries are used for fast computing and handling huge data. It is fast and efficient as compared to other standard libraries and various inbuilt classes are present in it. The essential libraries and classes used while making programs using STL are:

Vector:

Templates:

Member Template:

Stream Functions:

Different kinds of templates: