67% found this document useful (3 votes)
7K views11 pages

Bank Mangement C++ Project

This document describes a C++ banking management system project that allows users to perform basic banking functions like creating new accounts, depositing and withdrawing money, checking balances, and viewing account holder lists. It outlines the key features and steps for each function, such as taking user input, checking eligibility, modifying data files, and displaying confirmation messages. The project is designed for both customers to manage their accounts and bank staff to view details and close accounts using passwords.

Uploaded by

Jainil Desai
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
67% found this document useful (3 votes)
7K views11 pages

Bank Mangement C++ Project

This document describes a C++ banking management system project that allows users to perform basic banking functions like creating new accounts, depositing and withdrawing money, checking balances, and viewing account holder lists. It outlines the key features and steps for each function, such as taking user input, checking eligibility, modifying data files, and displaying confirmation messages. The project is designed for both customers to manage their accounts and bank staff to view details and close accounts using passwords.

Uploaded by

Jainil Desai
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 11

C++ Project

BANK MANAGEMENT
SYSTEM

The following will be displayed:


Project : BANK MANAGEMENT SYSTEM
Made By : Jainil Desai, Vaibhav Desai
School : Smt. MCP Sanskar Vidhya Bhavan
Class : XII

1.NEW ACCOUNT
2.DEPOSIT AMOUNT
3.WITHDRAW AMOUNT
4.BALANCE ENQUIRY
5.ALL ACCOUNT HOLDER LIST
6.CLOSE AN ACCOUNT
7.MODIFY AN ACCOUNT
8.OTHER
9.EXIT

This option will be accessed only by bankers.


It will contain a form that takes the information
from user and will generate the account no. itself.
(We have considered that account number of the
user is confidential)
It will also check the eligibility of user.
After entering this information the user will get a
message.

ACCOUNT HAS BEEN CREATED SUCCESSFULLY ! !

The entire information is stored in the file by using


the concepts of Data file handling.

Once the account has been created the user can


deposit any amount of money to his/her account.
The user is asked for Account number.
The user is then asked for the amount to be deposited.
Then the amount remaining in the account is added to
the amount to be deposited.
Then the file is modified.
The user also gets a confirmation message and also is
shown the account balance.

The user is firstly asked for the


account number.
Then he will be asked for the amount
to be withdrawn.
Then the program will check the
amount entered, if his account type is
SavingS then the uSer will be able to
withdrawal all the amount except the
500 which is required for savings
account and for current account the
minimum requirement is 1000.
The amount withdrawal is then modified
to the file.

The user is asked for account


number.
Then the file is searched in the
database, and then the Balance
amount along with other details of
the user are displayed to the user.

1.
2.

3.
4.
5.

6.

This section is only available to the


staff members and the higher
authorities of the bank. It also asks
the staff members to enter the
password to view the details
It will display:
Account number
Holders name.
Gender
Age
Account type.
Balance.

This option is available to staff


members of the bank.
The user will have to input his/her
account number .
It also asks the staff members to enter
the password to view the details
Lastly it displays the details of the
user and asks for the confirmation to
delete the account.
Then the account will be searched in the
file and then the account will be

The user will have to enter the


account number.
Then the bank staff needs to enter
the password.
Then the user will have to re-enter
the details of his account.
The new data will be modified to the
file.

You might also like