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 fields(a, a + 3);