Skip to content

MostafaOmar98/course-file-manager-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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)

About

Fields & Record organization with File Structures using C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages