Вы находитесь на странице: 1из 1

C++ Project Student Information

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 Student Name
5. View All Student Records
6. Exit –to exit from application
Student Information System should also support persistence for student records
Supporting simple persistence by any application requires handling of two scenarios
•On start up of application-data (student records) must be read from file.
•On end/finish up of application -data (student records) must be saved in file.

Вам также может понравиться