
Vector (C+ +)
Versandkostenfrei!
Versandfertig in 6-10 Tagen
23,99 €
inkl. MwSt.
PAYBACK Punkte
12 °P sammeln!
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.