I need to store elements of a c array of strings in a vector.
Basically I need to copy all the elements of a c array into a vector.>
vector
std::vector blah(a, a + LENGTH_OF_ARRAY)