I need to allow the user to delete a name from my array and I do not know how to do that. Any suggestions?
Use std::vector instead of an array.
Not quite sure how that works. So eliminate the array completely?
Yes. You can post your code for a more specific response
Last edited on