π Student Records Management System β C++
A simple C++ console application to manage student records efficiently.
β Features
- Add new students
- Edit existing student data
- Delete a student
- Search for a student by name or ID
- Display all students sorted by:
- Student ID
- Name
- Grade
- Student data is stored in:
D:/students.txt - Data is auto-saved after any change
π§Ύ Student Information Includes:
- Student ID
- Name
- Major:
IT,IS,CS, orCYS - Level:
1to4 - Marks for 6 subjects
- Total marks
- Average grade
βοΈ Built With
- Standard C++ Libraries only
- Console-based interface
Make sure the file D:/students.txt exists or is created by the program on first run.
Feel free to modify the path or expand the system as needed.