This document describes a banking management system project that allows users to create bank accounts, deposit money, withdraw money, check balances, see a list of account holders, close accounts, and modify accounts.
This document describes a banking management system project that allows users to create bank accounts, deposit money, withdraw money, check balances, see a list of account holders, close accounts, and modify accounts.
This document describes a banking management system project that allows users to create bank accounts, deposit money, withdraw money, check balances, see a list of account holders, close accounts, and modify accounts.
This document describes a banking management system project that allows users to create bank accounts, deposit money, withdraw money, check balances, see a list of account holders, close accounts, and modify accounts.
Download as PPT, PDF, TXT or read online from Scribd
Download as ppt, pdf, or txt
You are on page 1of 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. • 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: 1. Account number 2. Holders name. 3. Gender 4. Age 5. Account type. 6. 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 deleted. • 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.