I am struggling with an exercise that requires you to take strings from a file, and bring them into a character pointer array, so that each element in the character array points to a string. Then if you cout << array[i], each index will print the string. I am fairly new to C++, and pointers in general so this task has been difficult.