Hey Y'all, I am having a bit of trouble. I'm suppose to open a file and then read each data set, allocate an array big enough, and then read the data into the array. The file looks like this. It has a header to tell you how many values are in each set then the data:
Ill have to use this array to find the min, max and average for each data set but thats not my problem. I am having trouble reading each data set into the dynamic array.