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.
- 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.
- Compile the program using a C++ compiler.
- Run the compiled executable.
- Follow the on-screen instructions to navigate the menu and perform desired operations.
The program includes input validation to ensure that users enter valid input for various operations, preventing errors and maintaining data integrity.
Gym memberships are stored using a vector, allowing for dynamic management and storage of membership data.
Contributions to enhance the program's functionality or improve code quality are welcome. Fork the repository, make your changes, and submit a pull request.
Dhanush Anbalagan
This project is licensed under the MIT License - see the LICENSE file for details.