show us the code you have written so far. Do you know how to use vector class? That is the easiest array to use. You can make a vector of string objects
std::vector<std::string> theArray;
Ancient Dragon
Retired & Loving It
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
I am not familiar with the vector class string, but if you could elaborate on it a little I may be able to figure it out.
Thanks
See these code snippets .
Ancient Dragon
Retired & Loving It
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343