In which scenario do I use a particular STL container?

I’ve been reading up on STL containers in my book on C++, specifically the section on the STL and its containers. Now I do understand each and every one of them have their own specific properties, and I’m close to memorizing all of them… But what I do not yet grasp is in which scenario each of them is used.

What is the explanation? Example code is much prefered.

10 Answers
10

Leave a Comment