Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sriramchowdarymogalapu/college_management_system-in-cpp

College management system in cpp
https://github.com/sriramchowdarymogalapu/college_management_system-in-cpp

bubble-sort college-management-system cplusplus filesystem

Last synced: 2 days ago
JSON representation

College management system in cpp

Awesome Lists containing this project

README

        

# College_management_system-in-cpp
This project allows you to add, delete, edit, and display the records of students in the college.

Through this project, we can maintain the student records in a file. I have written this file in C++ and I have made this user-friendly.

You can add a student through 1st choice add and then it asks for student details after entering them it saves them in the College.txt file.

You can ask the system to display all student records through 2nd option. Using 3rd option you can delete the student details from the file.

Through 4th and 5th options we can edit and search the student details in the details.

Following are output images

output1
output2
output3
output4