The user was too lazy to give a description
#include <string> #include <vector> using namespace std; vector<string> arrNames; arrNames.push_back("peter"); arrNames.push_back("paul"); arrNames.push_back("klaus");