| Is it specified that you MUST use multidimensional arrays of strings, AKA a 2D array of strings like this:
string string string
string string string
string string string
If it isnt specified like that, I'd suggest using Vectors or some other STL class, because they take care of the dynamic sizing for you.
If not, theres a work around, but it takes time. |