Friday, August 11, 2017

Code Review: School Fee Enquiry System

Complier or Tool: Code::Block

Programming Language: C++

User Interface Type: CUI [Character User Interface]

Description:

This School Fee Enquiry System is nothing but acts like Kiosk in school to show the all division fee structure to parents. Even though the system is very small it teaches how to code simple system of RAM type [i.e., not file handling support system] in C++ language.

The System contains two class DRAW() and FEE() class with following properties and methods:

clip_image002 clip_image004

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

clip_image006

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

Press corresponding keys

F: FEE SLIP

M: MODIFY

L: LIST

H: HELP

Q:QUIT

 

The system can be used to view fee slip, modify fee structure of particular class and list of all class fee amounts.

Total code lines for this system are 778 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 specifying project name: SchoolFeeEnquirySys_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