samedi 26 août 2017

When to use the STL std::stack compared to std::forward_list or std::vector?

std::stack is a container adaptor whereas std::vector and std::forward_list are containers themselves. So when to use what?

Aucun commentaire:

Enregistrer un commentaire