Help with file input...
Ok, I'm using c++ and I need to get information from an input file, I'm fine with opening an input file and reading in the information but the problem I have is the input file is going to consists of lines of integers, I need to get the first four lines into 4 different arrays, use the data then move on untill all the data from the input file has been used. I wont know how many integers will be in each line, just that each line will be seperated by a carriage return.
Thanks,
HGClowns
|