What I already know:
- They're sequential containers; gives the programmer the control to modify the order of the elements and how they're accessed.
- They're both templates.
What I want to know:
- What is the difference between a
std::list
andstd::vector
? (description on their performance differences is also welcome)
Aucun commentaire:
Enregistrer un commentaire