Home
This page contains articles, tutorials, function, programs/examples in C++ STL (Standard Template Library).
The STL (Standard Template Library) in C ++ is the collection of different algorithms and class templates. STL allows a programmer to implement the basic predefined data structures easily and effectively. STL basically provide us the data structure like stacks, lists and queues. Standard template library also allows a programmer to implement many algorithms directly using predefined functions.
Learn & Test Your Skills
Comments and Discussions!
Load comments ↻