Skip to content

This is a simple student database management system developed in C++. It utilizes file handling and shows effective implementation of class and object of the programming language. This project will teach you how to add, list, modify and delete records in file in C++ language. About Student Database Management System: Basic four features make up …

Notifications You must be signed in to change notification settings

krajat0110/Student-Database-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Student-Database-Management

This is a simple student database management system developed in C++. It utilizes file handling and shows effective implementation of class and object of the programming language. This project will teach you how to add, list, modify and delete records in file in C++ language. About Student Database Management System: Basic four features make up most of this project, but you can write your own code to add more features, and make this project more effective and better overall. You can add “Search Records” feature. Here’s a brief overview of the features:
1.Add Records This feature allows you to add general information records. That includes the student’s name, course and section. All the added records in this student database management system are stored in file.
2.List Records It lists all the added records from the first feature. There are some improvements you can make to this feature to make the list look more attractive.
3.Modify Records This feature allows you to modify the added records. The modified records are stored in file.
4.Delete Records This feature is for deleting the added students’ information from the file.

About

This is a simple student database management system developed in C++. It utilizes file handling and shows effective implementation of class and object of the programming language. This project will teach you how to add, list, modify and delete records in file in C++ language. About Student Database Management System: Basic four features make up …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages