Open kwelsch7 opened 7 years ago
we can make the format to go like Term, Course Name, Course Abbreviation, Course Number, GPA
Year, Term, Course Name, Course Abb, Course Number, GPA, Credit Hours
Should this be in a similar format to the ToString() methods? If so, the file can be written-to using those methods (probably the ToString in the Cumulative class, which is what is used to display the Term list in the bottom-right Panel). Either that, or in a format similar to the constructors (for easy re-creation of the data structures).
We were talking CSV, but we will need to get some specifics on how the program will read/write text so that it can interpret it in the future.