Saturday, May 22, 2010

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.

C++ Project Student Information System?
Here's a few samples to get you started...





http://www.planetsourcecode.com/vb/scrip...
Reply:seriously.
Reply:Don't expect anyone to do all this for you. Is there anything more specific that you need help with?
Reply:That's lot of work, may be you can contact a C++ expert live at website like http://askexpert.info/


No comments:

Post a Comment