Hi Chris, I ran into a bug when testing my solution today.
Basically I have command "abc" with the execution time of 2000 minutes ( 1 day) in estimate file and command "abc" being called every day at 2AM so it causes the program to crash as the comman...
Hi Chris,
I have been able to store details in the files to arrays of struct and I am attempting to loop through each "lines" of the struct to report errors if any are found. I am using the generic for loop syntax (for I 0 I sizeof struct, I ) but ...
Hi Chris,
I have read through posts in the help forum but I just want to seek better clarification on some guaranteed info that will be provided. From my understanding
Things that we are guaranteed and do not need to report errors on are
- Both estima...