...

>

Introduction

Introduction

This chapter deals with the different features that are present in all types of C++ containers.

Although the sequential and associative containers of the Standard Template library are two very different classes of containers, they have a lot in common. For example, the operations used to create or delete ...