16.2 — Introduction to std::vector and list constructors
In the previous lesson , we introduced both containers and arrays. In this lesson, we’ll introduce the array type that we’ll be focused on for the rest of the chapter: std::vector. We’ll also solve one part of the scalability challenge we introduced last lesson. Introduction to std::vector std::vector is one …