The Standard Template Library (STL) is a collection of components to implement data structures and frequently used operations on data. Three major components in STL are: Containers Algorithms Iterators Containers Container is an object that can: Store data. Define how the data can be stored and manipulated using operations. Containers are similar to data structures and are implemented using templates. So, a container can store data of different types. Examples of containers are: Vector, List, Dequeue, Set, MultiSet, Map, MultiMap, Stack, Queue, PriorityQueue etc. Containers are of three types: Sequence Containers Associative Containers Derived Containers
The post What is standard template library in C programming appeared first on Coding Security.
What is standard template library in C programming
read more
Tidak ada komentar:
Posting Komentar