22,99 €
inkl. MwSt.

Versandfertig in über 4 Wochen
  • Broschiertes Buch

High Quality Content by WIKIPEDIA articles! This article describes the implementation of the vector class template in the C++ Standard Template Library. A vector is a dynamic array. It is one of several data structures called a container, some of the others being sets, maps, and lists. It is implemented as a class template, and can thus be used as a generic framework that may be instantiated e. g. as a vector of integer values, a vector of strings, a vector of instances of a user-defined class.

Produktbeschreibung
High Quality Content by WIKIPEDIA articles! This article describes the implementation of the vector class template in the C++ Standard Template Library. A vector is a dynamic array. It is one of several data structures called a container, some of the others being sets, maps, and lists. It is implemented as a class template, and can thus be used as a generic framework that may be instantiated e. g. as a vector of integer values, a vector of strings, a vector of instances of a user-defined class.