DigestCPP

Lets Understand With Example

  • Home
  • Design Principal
  • Design Patterns
  • C++ 11 Features
  • C++11 Multithreading
  • Contact Us

C++ STL

Standard Template Library

It is pre-compiled library and it has 3 components: Containers, Iterators and Algorithms.

Containers

It is used to store the data. It has 3 type:

  • Sequence
  • Associative
  • Derived

Sequence Containers

  • vector
  • list (doubly link list)
  • deque
  • forward list (singly link list)
  • array
  • string

Associative Containers

  • set
  • multi set
  • map
  • multi map

Derived Containers

  • stack
  • queue
  • priority queue

Primary Sidebar




DigestCPP © 2023. All rights reserved.

    About Privacy Policy Terms and Conditions Contact Us Disclaimer