Table of Contents
Your team project
Using as departing point your proyect, you should include an "autosave" functionality. This functionality is supported by a a thread that stores a copy of the program structures
every minute in a all_info.back
file.
Note: this should block the access to all your internal data structures (you may use a mutex
).