Venus.cs.qc.edu

vector fvec(10); // 10 elements, each initialized to 0. If the vector holds elements of a class type, such as string, that defines its own constructors, then the library uses the value type's default constructor to create the element initializer: vector svec(10); // 10 elements, each an empty string ................
................