Constructors of class members are called when an object of a class is created. So you need not explicitly to call a vector constructor if it does not have to be ibitialized with some values.
You can access elements of vector with different ways: by using indexes, iterators, vector member functions as for example at().