This is a simple Student Database Management System written in C++ that allows users to:
- Add student records
- View all student records
- Search student records by roll number
- Update student details
- Delete student records
- File handling: Stores data persistently using binary files (
students.dat). - CRUD Operations: Supports create, read, update, and delete operations on student records.
- Simple Console Interface: Easy-to-use menu-driven system.
- Clone the repository:
git clone https://github.com/singuneet/Student-Database-Management.git