Friday, November 24, 2017

Code Review: Horoscope System

Compiler or Tool: Turbo C

Programming Language: C++

User Interface Type: CUI [Character User Interface]

Description:

This Horoscope System is nothing but automating simple enquiry process at Astrologer. 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 has include dependency graph as follows:

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:

clip_image004 

The system is good example for how to generate a good idea/code with already existing task. It uses only two functions. It is open for adding more features and facilities within it.

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

If you want to write or construct or program C++ mini-project and do not know how or from where to start buy this simple e-book: Code Review of 26 C++ mini-projects.

Note: For other details send request e-mail 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