My last program calculated a preventive maintenance schedule for 6 machines based on input from a file. There were to be 6 reports - one per machine- generated.
Now I'm having trouble combining all 6 reports into just 1 report that is sorted by dates. I thought I could add an array of scheduled workdays to the struct array, but if you can, I don't seem to be doing it correctly. Can someone help me? Is it possible to add another array within this larger array of structs to hold each machine's various maintenance days?