The problem is stated as such:
"Write a program that defines a vector of pointers to strings. Read the vector, printing each string and its corresponding size."

I just want to know how I go would about setting such a vector up and filling it with strings.
Thanks!