Sequence containers

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.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.143.4.181