I have created a student data management system using C++ which has menus like entering student Details, edit Details, show results.
I have created a student data management system using C++.
There are 6 menus:
.
1. Enter new Student Details - for adding a new student.
2. Edit Student Details - for Edit Existing Student Detail.
3. Remove student Details - Erase student data.
4. Show Student Details - show a particular student record.
5. Show Result - Show all students' records.
6. Exit - For closing student data management system.
In this program, we take student id as unique so that any student does not have the same ID.
Submitted by Neeraj Kumar Singhal (neeraj933)
Download packets of source code on Coders Packet
Comments