I need helping inputting data into different arrays. The txt file I am using contains a line of dates with temperatures next to them. There are a total of 90 dates and temps.I am trying to separate the data into files so that they are separated by month(30 days per month). I started by trying to do something simple but now i just have no clue. this is what i have so far. any input would be greatly appreciated.
const int ARRAY_SIZE = 90;
int array_30 [ARRAY_SIZE];