i have a problem where i need to read lines of names from a file, and put the first line into a string then break up that string into three variables for first, middle, and last name.
how does one go about doing that?
i can only read the full name from the file, how can i breakup the full name?
thank you.
ps im using C++