I need to read numbers from a user and then copy them to an array. This shouldn't be that hard but I think I'm making it hard by trying to use getline and then parsing the numbers. Heck I don't even know how to do that.
Is there an easy way to read a line of numbers and store each number into an array?
Thanks for the help.