Sunday, August 13, 2017

Code Review: Student Database System

Complier or Tool: Code::Block

Programming Language: C++

User Interface Type: CUI [Character User Interface]

Description:

This Student Database System is nothing but program which stores student information such as Name, branch and section for viewing purpose. Even though it is very small, it teaches how to code simple file handling support system in C++ language.

The System contains one structure student which holds student information for database recording/displaying purpose.

The main() function presents main menu and becomes single point entry and exit code. The include dependency graph is as follows:

 clip_image002

The menu presented by this main() function is as follows:

Student Information System

1. Add Records

2. List Records

3. Modify Records

4. Delete Records

5. Exit Program

Select your choice :=>

 

The system designing includes creating menu on screen, asking student info, allowing user to modify or delete or list it with the help of user friendly menu key.

Total code lines for this system are 155 lines [approximately]. It is a most suitably called as mini project in C++ language.

Note: For source code and other details send request e-mail specifing project name: StudentDatabaseSys_07082017 to mailforprojects@rediffmail.com. Add your comments in below available comment box.

Note: Click these label/tags to view all related posts. Tags: C++MiniProject

 

…till next post, bye-bye & take care.

No comments:

Post a Comment