Need help with this statement, Don't understand what it is asking me from me

Hello, I am fairly new to C++ and this forum, I am working on n example where I am being asked to create a class to load a text document into memory, by using the constructor of the class to create the memory structure with an array of pointers to string classes and to allow each string to hold the content of one row. Now where i am confused is where i am being asked to use a arraypointer to a string class... would it be declared as so string *info[];?
Topic archived. No new replies allowed.