Monday, August 14, 2017

Code Review: Super Market Billing System

Complier or Tool: Code::Block

Programming Language: C++

User Interface Type: CUI [Character User Interface]

Description:

This Super Market Billing System allows its operator to maintain inventory of shop and prepare bill according to request. Even though the system is very small it teaches how to code simple file handling support system in C++ language.

The System contains three classes with following properties and methods:

clip_image001

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

clip_image002

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

Super Market Billing

1. Bill Report

2. Add/Remove/Edit Item

3. Show Item Details

4. Exit

Please Enter Required Option:

 

The system designing includes main menu on screen, reporting bill, item details, allowing operator to add/remove/edit items etc.

Total code lines for this system are 400 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: SuperMarketBillingSys_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