March 2020
Intermediate to advanced
406 pages
8h 39m
English
Sequence containers store data elements of a specific type. There are five current implementations of sequence containers: array, vector, deque, list, and forward_list. These sequence containers make it easy to reference data in a sequential manner. Being able to utilize these sequence containers is a great shortcut to writing effective code and reusing modular bits of the standard library. We will explore these in the following subsections.
Read now
Unlock full access