Question: Can you please show me an example of a C++ Class that has a dynamic array of a string that takes in names by user input??
Do I have to have a function inside the class or is this in the main class??
I am very new to C++ programming in general. Thank you for the help.