I have the following data in a file, which I wish to read in. My struggle is in reading the numbers that are more than 1 digit (if it were just a digit I know how to do that with get). My other problem is that I don't know how to work with the fact that a line may have anywhere from 4 entries up to 9 entries. I have been told that vectors might be useful, but am seriously struggling to figure them out.
I know how many lines I will need to read in, but not how to get the actual lines read in. I am trying to do this with generality as I will have more files with different data.