Skip to content

πŸŽ“ A simple C++ console application to manage student records, including add, edit, delete, search, and sort features. πŸ’Ύ Data is stored in a local text file and auto-saved after every change.

Notifications You must be signed in to change notification settings

IBR4NX/student-records-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ“ 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

πŸ“‚ Data Storage

  • 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, or CYS
  • Level: 1 to 4
  • Marks for 6 subjects
  • Total marks
  • Average grade

βš™οΈ Built With

  • Standard C++ Libraries only
  • Console-based interface

πŸ“Œ Notes

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.

About

πŸŽ“ A simple C++ console application to manage student records, including add, edit, delete, search, and sort features. πŸ’Ύ Data is stored in a local text file and auto-saved after every change.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages