Within the Standard Library exists the
Standard Template Library. One of the most useful items from the
Standard Template Library is the
vector class (essentially a well-managed array):
Other container classes in the Standard Template Library include the
following. Some are familiar, but what do the new ones do?