Introduction

Get introduced to the concepts we will learn in this chapter.

The use of containers from the standard library is widely employed among C++ programmers. It’s rare to find C++ code bases without references to std::vector or std::string, for example. However, in our experience, standard library algorithms are much less frequently used, even though they offer the same kind of benefits as containers:

Get hands-on with 1200+ tech skills courses.