Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.38 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.38 KB

Gym-Management-System

The C++ Gym Management System provides a user-friendly menu interface to create, view, modify, cancel, and search gym memberships. With input validation and dynamic storage using vectors, it efficiently handles membership operations for gym administrators.

Features

  • Create new memberships by entering the member's name and timing preference.
  • View existing memberships sorted by timing preference (morning, afternoon, evening).
  • Modify memberships by updating the name or timing preference.
  • Cancel memberships to remove them from the system.
  • Search for memberships by entering a member's name.

Usage

  1. Compile the program using a C++ compiler.
  2. Run the compiled executable.
  3. Follow the on-screen instructions to navigate the menu and perform desired operations.

Input Validation

The program includes input validation to ensure that users enter valid input for various operations, preventing errors and maintaining data integrity.

Data Storage

Gym memberships are stored using a vector, allowing for dynamic management and storage of membership data.

Contributing

Contributions to enhance the program's functionality or improve code quality are welcome. Fork the repository, make your changes, and submit a pull request.

Author

Dhanush Anbalagan

License

This project is licensed under the MIT License - see the LICENSE file for details.