I have a 2d array of words.
void main() { const int rowsCount = 2; const int colsCount = 5; char*** szData = new char** [rowsCount]; //Alloc