Skip to content

Within C++, I created an object-oriented swimming class system with numerous features, including adding, modifying and deleting swimming classes by using multidimensional arrays, inheritance and pointers.

mary1afshar/C-Swimming-Class-Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

C-Swimming-Class-Database

Within C++, I created an object-oriented database system. It is a simulated swimming class registration program where users can add, delete, modify and view all students registered in swimming classes. Detailed steps guide users through the program. The database was created by using multidimensional arrays, inheritance and pointers.

Description with Screenshots

Command ⇒ User has the option to pick if they want to add, delete, modify, view classes or exit the program.

Add a swimming class ⇒ User picks what type of class they want to be enrolled in .

Occupancy Information ⇒ After picking the type of swimming class they want to enroll in, if the swimming class has space then the user inputs their information. For example; Preschool

Delete a swimming class ⇒ A list of all the enrolled swimmers appears with a number on the side. ⇒ User selects the number they want to delete.

View all swimming classes ⇒ A list of all the enrolled swimmers appears with a number on the side.

Modify a swimming class ⇒ A list of all the enrolled swimmers appears with a number on the side to select and edit.

Features

  • Enroll in swimming class
  • Delete existing class
  • Modify an account
  • View all existing accounts

About

Within C++, I created an object-oriented swimming class system with numerous features, including adding, modifying and deleting swimming classes by using multidimensional arrays, inheritance and pointers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages