Student Record Management System is a software solution for tracking and managing student data.
The information contained in SRMS records are the name, roll number, marks and grades of the student. So, the simple file handling cum record management operations users can perform in this project are :-
- Add new record
- Show existing records
- Modify records
- Search records
- Delete records
& all the records will be stored in student.dat file.
- Language - C++
- IDE - VS Code
Code released under GNU General Public License v3.0