I am new to c++ and am unsure how to read from a file with an unspecified amount of entries into 3 arrays, the file will look like this:
Name Wage(double) Hours worked(int)
I dont know how to read the first column into one array and the next column into a different one and the last into a different one.
Last edited on