This C++ application is designed to facilitate the registration process for students in a college. It allows administrators to manage student information efficiently.
- Student Registration: Register new students by providing necessary information such as name, age, address, etc.
- View Students: View a list of all registered students along with their details.
- Generate report: Generate report of student according to information such as address, phone number, etc.
- Enroll into heath plan: Enroll into various health plans available.
-
Clone the Repository:
git clone https://github.com/Rdrahul123/student-registration.git
-
Navigate to the Project Directory:
cd student-registration -
Compile the Code:
g++ -o main main.cpp
-
Run the Application:
./main
-
Follow On-Screen Instructions:
The application will guide you through the process of student registration, viewing, updating, and deletion.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature). - Make your changes.
- Commit your changes (
git commit -am 'Add some feature'). - Push to the branch (
git push origin feature/your-feature). - Create a new Pull Request.
This project is licensed under the MIT License.