Well here is my problem. I have a program that needs to take data in from 2 files and put them into seperate arrays. Everything works fine except the second file input. The debugger shows the loop running on the second infile and will run through 12 times, but the data from my file actual.txt is not being put into the array. This is my first program where I have had to use multiple files. Is there something simple I am missing?