Skip to content

This C++ program allows a user to create/remove course and student records, enroll students in a courses, and check respective rosters.

Notifications You must be signed in to change notification settings

WilmarthD/Mock-School-Registration

Repository files navigation

Mock-School-Registration

Steps to running the program

  • Download the repository with all files and folders
  • Run "make" or "make all" from the main directory (not within the bin or obj folder)
  • Call executable
    • This can be done by typeing either "./scheduler_cp1" from inside the bin directory or "bin/./scheduler_cp1" from the main directory

The user will interact with this code at the command line

  • When running the code, a prompt will appear instructing the user how to format their input
  • Errors in the input will be reported back to the user so they may correct and resubmit

The main function is located in "scheduler.cpp"

About

This C++ program allows a user to create/remove course and student records, enroll students in a courses, and check respective rosters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published