Hi, I'm a first year programmer in college and I'm in progress on a worksheet for my data structure class. The question says to declare a pointer variable called strPtr to point to an object of type string. Then, dynamically allocate the memory to store an array of 10 strings.
This is very basic i know, but i have a very bad teacher haha so if anybody could assist me with how to declare this I would appreciate it!