C++ Project Student Information System?
November 16, 2009 by
Filed under class registration system
The Student Information System contains record of students and one record should have following fields about a student
•Student ID
•Student Name
•Student Father Name
•Registration Number
•Student Class
•Address
•Date of birth
The Student Information System should have the following features
1.Register a new Student into School System
2.Update an existing student record
3.Delete an existing student record
4.Search a student record by
a.By Student ID
b.By [...]