Student Database Management System using C++

preview_player
Показать описание
Student database management system is a Menu driven student data handling program built using various C++ concepts used to perform all these operations and shows successful implementation of class and objects of the programming language including:
1. Classes
2. File handling
3. Loops
4. Switch cases
5. Functions

A user can ADD Student records, DISPLAY Student records, SEARCH Student records, MODIFY the student records, and DELETE student records and also has an option to show the students CLASS RESULTS all done using a menu-driven program.
Key features of our project are:
1. Add student Records: This feature allows users to add new student data to student database management system application.
2. Show Student Records: This lists the details about all the students.
3. Search student details: To display the details of the searched student
4. Modify Student Records: A new student’s data can be added, or existing student data can be edited.
5. Delete Student Records: The Student name is given to delete a student’s detail in particular.
6. Display class result: To display the results of all the students based on their grade
7. Exit Program: To close the student management database system application
Рекомендации по теме
Комментарии
Автор

the code u provided and the code which is shown in the video doesnt match

xanderstevenson
Автор

One question arises why should we use this if we had DBMS, please answer this ASAP and what thing we get in this project compared to dbms

DeepakThakur-uvhv
Автор

Which data structures used in this program?

stephyr
Автор

Hi, can you tell me which database you are using mySQL ?

syedzia
Автор

is there any data structure involved used?

heavymetal
Автор

I don't like, because writing every thing in the board and reading the same is not useful what is the difference between the pattern following in college for name shake and this one. You should explain each and every thing by writing code in the video.

manoharsagunthalla
Автор

The code you provided are the same you are showing in this video

prernavhatkar