Skip to content

The system allows managing student records, performing operations like adding, deleting, searching, and updating records, as well as displaying all students. It uses file handling to save data persistently.

Notifications You must be signed in to change notification settings

singuneet/Student-Database-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Student-Database-Management-System

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

Features

  • 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.

How to Run

  1. Clone the repository:
    git clone https://github.com/singuneet/Student-Database-Management.git
    

About

The system allows managing student records, performing operations like adding, deleting, searching, and updating records, as well as displaying all students. It uses file handling to save data persistently.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages