Laboratory work on C++ patterns
Condition of task: implement a system of storage of information about the learning system.
The information is based on the following basic classes: Student, Teacher, Course. These classes are connected with each other through aggregation and association.
Ensure the download and storage of this database in the TSV format text file.
The information is based on the following basic classes: Student, Teacher, Course. These classes are connected with each other through aggregation and association.
Ensure the download and storage of this database in the TSV format text file.