February 2020
Intermediate to advanced
292 pages
8h 54m
English
C++ Standard Template Library (STL) containers are a simple, as well as effective, way of managing resources. One huge benefit of containers is that they can manage (almost) any type of data. When dealing with system programming, though, we may need to provide an alternative way of managing memory for our container. Allocators are exactly this: they provide a custom implementation to a container.
Read now
Unlock full access