Sabtu, 17 Desember 2016

What is a Standard Template Library for Beginners

  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   A 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

The post What is a Standard Template Library for Beginners appeared first on Coding Security.


What is a Standard Template Library for Beginners
read more

Tidak ada komentar:

Posting Komentar