An open API service indexing awesome lists of open source software.

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.

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).