Hello, I am trying to read in doubles from a file and when I try to display nothing displays, but the file is in the same directory. This is my code.
( this is the form of the data in the .dat file
123
3.5
5.5 6.0 7.0 6.5 6.5
)
this is my codethe only reason I am displaying the array in this function is because I want to make sure it works before I create the rest of my program.