Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 575 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 575 Bytes

course-file-manager-simulator

Fields & Record organization with File Structures using C++
Manages 'Course' records with the following attributes:
Course ID (Primary Key)
Course Name
Instructor Name (Secondary Key)
Number of weeks

Method of Organization: Length indicator records, delimeted fields

Operations: Print All Courses Add Course Delete Course (by Course ID) Update Course (by Course ID Print Course (by Course ID) Delete Course (by instructor name) Update Course (by instructor name) Print Course (by instructor name)