https://github.com/rdrahul123/registration
The student registration and report generator is a C++ program designed to assist college administrators in managing student tuition data.
https://github.com/rdrahul123/registration
cpp cpp17 filesystem
Last synced: 6 days ago
JSON representation
The student registration and report generator is a C++ program designed to assist college administrators in managing student tuition data.
- Host: GitHub
- URL: https://github.com/rdrahul123/registration
- Owner: RDrahul123
- Created: 2024-04-19T07:18:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T19:31:55.000Z (about 2 years ago)
- Last Synced: 2025-11-05T23:04:34.975Z (8 months ago)
- Topics: cpp, cpp17, filesystem
- Language: C++
- Homepage:
- Size: 802 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Student Registration System
This C++ application is designed to facilitate the registration process for students in a college. It allows administrators to manage student information efficiently.
## Features
- **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.
## How to Use
1. **Clone the Repository:**
```bash
git clone https://github.com/Rdrahul123/student-registration.git
```
2. **Navigate to the Project Directory:**
```bash
cd student-registration
```
3. **Compile the Code:**
```bash
g++ -o main main.cpp
```
4. **Run the Application:**
```bash
./main
```
5. **Follow On-Screen Instructions:**
The application will guide you through the process of student registration, viewing, updating, and deletion.
## Contributing
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
1. Fork the repository.
2. Create a new branch (`git checkout -b feature/your-feature`).
3. Make your changes.
4. Commit your changes (`git commit -am 'Add some feature'`).
5. Push to the branch (`git push origin feature/your-feature`).
6. Create a new Pull Request.
## License
This project is licensed under the [MIT License](LICENSE).