Thursday, August 10, 2017

Code Review: PDF Batch File System

Complier or Tool: Code::Block

Programming Language: C++

User Interface Type: CUI [Character User Interface]

Description:

This System level utility tool allows user to search PDF files in user selected location: either Folder level or Hard disk partition level. Even though the system is very small it teaches how to manipulate system calls and implement find and search action in C++ code lines. It is of RAM type i.e., not file handling support system or saving the outputted data to file.

The System many low level header files, and include dependency graph is as follows:

clip_image001

The main() function presents main menu and becomes single point entry and exit code. The main() function call system() function for its task execution.

The menu presented by this main() function is as follows: It asks user to enter the choice of searching .pdf files in folder or disk level.

The system designing includes creating opening screen, string manipulation and system level function calls etc.

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