You are on page 1of 9

BANK

APPLICATION
REPORT FILE
This is the final project report file for Bank
Application. This report file contains all the
related information about the program including
the code.

AJAY TRIPATHI
6/8/2015
CONTENT
Acknowledgement
Certificate
System Requirement
Introduction
Header files used
Classes
File
Codes
Output screens
Bibliography
Acknowledgments
I would like to thank my Teacher, Misses
Sangeeta Marva Maam. It is because of
her help and effort that I have been able
to understand and comprehend my
project.
I would also like to thank my loving
parents for their constant guidance and
support.

(Signature)
Certificate
This is to certify that Ajay Tripathi of
Class XII-A has successfully completed
his computer science project on the
topic BANK APPLICATION.
The report is found to be worthy of
acceptance as final project report for
2015-16.

(Signature)
Recommended
System
Requirements
Operating system: Windows Vista or Higher
Processor: Pentium 4 or Higher
Free Space: 20kb
R.A.M: 256Mb
Introduction
Bank8.1.0 is an attempt to make a software for a bank
for the purpose of usage in A.T.M. It is a menu driven
program. The account holders details are stored in
bank.bat file. The account holder can perform varies
action including:
Make a new account
Delete account
View account details
Deposit money
Withdraw money
Send money to another account
Retrieve deleted account

CLASSES USED:
BANK
USER

NOTE: USER IS AN INHERITED CLASS


HEADER FILES USED:
FSTREAM
PROCESS
CONIO
STDIO
STRING
CTYPE
DOS

FILES USED:
BANK.BAT
TEMP.BAT

DATA MEMBERS:
BANK
i. STRING OF 30 CHAR OF PASS
ii. LONG ACCNO
iii. STRING OF 30 CHAR OF NAME
iv. DOUBLE BALANCE
v. CHAR ACCTYPE
CODES &
OUTPUT
SCREENS
(Signature)
Bibliography
Turbo C++ help

You might also like