What’s the difference between “STL” and “C++ Standard Library”?

Someone brought this article to my attention that claims (I’m paraphrasing) the STL term is misused to refer to the entire C++ Standard Library instead of the parts that were taken from SGI STL. (…) it refers to the “STL”, despite the fact that very few people still use the STL (which was designed at … Read more

Iterator invalidation rules for C++ containers

This question’s answers are a community effort. Edit existing answers to improve this post. It is not currently accepting new answers or interactions. What are the iterator invalidation rules for C++ containers? (Note: This Q&A is an entry in Stack Overflow’s C++ FAQ. Meta-discussion about the question itself should be posted on the Meta question … Read more