You are on page 1of 5

F.C.

Final Project Report

Semester Project.
Final Project Report
Fundamentals of Computer Programming.

Sir Fawad Khan

F.C.P

Final Project Report

Group Members:

1. Abdul Tawab. 142910

2. Saad Salman. 133384

3. Uzair Younas. 128240

4. M. Hamza Khan. 133906

5. Attiqullah Shahid. 143808

Sir Fawad Khan

F.C.P

Final Project Report

Sir Fawad Khan

Project Title :

Payment Management System


Description:
This program was developed keeping the goals pre-set by the teacher and by the
group members which thankfully were all achieved not only that but we also found
time to introduce some extra features.

Programming Aims Achieved:


Our Program was developed with following goals in minds and all of which were
successfully achieved.
Our program is re-useable.
Our program is user friendly and easy to navigate.
Our coding is easy to understand, review and debug.

Features:
Program has following features:

Record of date of joining and attributes of employee.


New Registration feature.
Calculate pay with arrears.
Deduct the funds.
Program has a pay record of whole year.
Program shows the sum of pay.
Modification features.
Search and delete features.
Principle Interest Calculator.

F.C.P

Final Project Report

Sir Fawad Khan

Special Features:
File Handling: Our program stores data permanently by the use of file
handling.
Error Checks: Our program has error checks for input values which check
logical errors in the input provided form the user and responds accordingly
so it is very tough when it comes to errors in input from user and it is very
crash resistant.
Program Response: Our program is responsive for ever menu and feature
so user can easily navigate through and use this program without having a
feeling of being lost hence it is very user friendly.

Program Structure:
This program consists of:
1. A main .cpp File.
2. Two Header Files (Functions.h , welcome_and_exit.h)
1. The Main .cpp File:
It contains main function and other functions which are defined in
either of the aforementioned header files.
2. Functions.h:
It contains the functions which form all the features of the
program.
3. Welcome_and_Exit.h:

F.C.P

Final Project Report

Sir Fawad Khan

Contains two functions of Welcome and exit which display


welcome or Thank you messages when the program opens or
closes.

Outcomes:
By participating in development of this project each and every member of
our group enjoyed opportunities for learning more about computer
programming and all of us developed useful skills in C++ programming. On
the whole this project was a source of new knowledge not only in
programming but also in team work and project management.

You might also like