Computer Science

June 21, 2016 | Author: Vikash Prasad | Category: Types, School Work
Share Embed Donate


Short Description

Investigatory Project Bank Management...

Description

BANK MANAGEMENT SYSTEM

Project Guide: Submitted by: Roll No. : School Address: Website:

SL. NO:

TOPICS

1.

CERTIFICATE

2.

DECLARATION

3.

ACKNOWLEDGEMENT

4.

ABOUT PROJECT

5.

Header files

6.

Coding

7.

Output

8.

References

CERTIFICATE

This is to certify that the project work “BANK MANAGEMENT” is a bonafide record of work done by

of class

under my guidance,

successfully completed the investigated project the CBSE Board Exam 2012-13.

Roll No. : Date :

Concerned Teacher Signature :

Examiner Signature :

Principal Signature :

School Stamp :

for

DECLARATION

I hereby declare that this project report on, “BANK

MANAGENMENT”,

which

is

being

submitted in fulfillment of the CBSE Board Exam, is the result of the work carried out by me, under the guidance of

Date:

(Computer Science).

ABOUT PROJECT

The main objective of this project is to make a C++ program which maintains a person’s account in a bank and provide ease of service to the user.

The “BANK MANAGEMENT SYSTEM” undertaken as a project is based on relevant technologies. This project is developed to nurture the needs of a user in a banking sector by embedding all the tasks of transactions taking place in a bank. The Domain "Banking System" keeps the day by day tally record as a complete banking. The following are the domains of the program : 1. Open New Account 2. Keeps Records of All Account Holders 3. Modify And Delete Account’s Information It has got the following features :      

Security of data Reduce the damages of the machines. Minimize manual data entry Minimum time needed for the various processing Greater efficiency and better service User friendliness and interactive

1. -

For file handling

2.

-

For standard I/O Operation

3.

-

For clscr() and getch()

4.

-

For toupper() function

5. - For setw() function

CODING //*************************************************************** //

HEADER FILE USED IN PROJECT

//****************************************************************

#include #include #include #include #include

//*************************************************************** //

CLASS USED IN PROJECT

//****************************************************************

class account { int acno; char name[50];

int deposit;

char type; public: void create_account(); //function to get data from user void show_account(); //function to show data on screen void modify(); //function to get new data from user

};

void dep(int);

//function to accept amount and add to balance amount

void draw(int);

//function to accept amount and subtract from balance amount

void report();

//function to show data in tabular format

int retacno();

//function to return account number

int retdeposit();

//function to return balance amount

char rettype();

//function to return type of account

//class ends here

void account::create_account() { coutacno; coutdeposit;

cout
View more...

Comments

Copyright ©2017 KUPDF Inc.
SUPPORT KUPDF