What are the types of STL containers?

Answer Posted / pradeep

Sequence Containers
- deque
- list
- vector

Associative Containers
- map (multimap)
- set (multiset)

Container Adapters
- priority_queue
- queue
- stack

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I disable the "echo" feature?

696


how to access grid view row?

1896


How many static variables are created if you put one static member into a template class definition?

662


Can you overload the operator+ for short integers?

689


Difference between class and structure.

794






What is purpose of new operator?

686


How is c++ used in the real world?

665


What is searching? Explain linear and binary search.

668


Define the operators that can be used with a pointer.

664


How will you call C functions from C ++ and vice-versa?

751


How do I get good at c++ programming?

720


Is std :: string immutable?

655


How do you establish an is-a relationship?

706


What is the best book for c++ beginners?

668


Which sort does c++ use?

654