Bank Mangement C++ project PPT

Embed Size (px)

Citation preview

  • 8/10/2019 Bank Mangement C++ project PPT

    1/11

    B NK M N GEMENT

    SYSTEM

    C++ Project

  • 8/10/2019 Bank Mangement C++ project PPT

    2/11

    The following will be displayed:

    Project : BANK MANAGEMENT SYSTEM

    Made By : Jainil Desai, Vaibhav Desai

    School : Smt. MCP Sanskar Vidhya Bhavan

    Class : XII

  • 8/10/2019 Bank Mangement C++ project PPT

    3/11

    1.NEW ACCOUNT

    2.DEPOSIT AMOUNT

    3.WITHDRAW AMOUNT4.BALANCE ENQUIRY

    5.ALL ACCOUNT HOLDER LIST

    6.CLOSE AN ACCOUNT

    7.MODIFY AN ACCOUNT

    8.OTHER

    9.EXIT

  • 8/10/2019 Bank Mangement C++ project PPT

    4/11

    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 theuser is confidential)

    It will also check the eligibility of user.

    After entering this information the user will get amessage.

    ACCOUNT HAS BEEN CREATED SUCCESSFULLY ! !

    The entire information is stored in the file by usingthe concepts of Data file handling.

  • 8/10/2019 Bank Mangement C++ project PPT

    5/11

    Once the account has been created the user candeposit 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 tothe amount to be deposited.

    Then the file is modified.

    The user also gets a confirmation message and also isshown the account balance.

  • 8/10/2019 Bank Mangement C++ project PPT

    6/11

    The user is firstly asked for theaccount number.

    Then he will be asked for the amount

    to be withdrawn. Then the program will check the

    amount entered, if his account type isSavingS then the uSer will be able to

    withdrawal all the amount except the500 which is required for savingsaccount and for current account the

    minimum requirement is 1000. The amount withdrawal is then modified

    to the file.

  • 8/10/2019 Bank Mangement C++ project PPT

    7/11

    The user is asked for accountnumber.

    Then the file is searched in thedatabase, and then the Balanceamount along with other details ofthe user are displayed to the user.

  • 8/10/2019 Bank Mangement C++ project PPT

    8/11

  • 8/10/2019 Bank Mangement C++ project PPT

    9/11

    This option is available to staffmembers 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 theuser and asks for the confirmation todelete the account.

    Then the account will be searched in the

    file and then the account will be

  • 8/10/2019 Bank Mangement C++ project PPT

    10/11

    The user will have to enter theaccount number.

    Then the bank staff needs to enterthe password.

    Then the user will have to re-enterthe details of his account.

    The new data will be modified to thefile.

  • 8/10/2019 Bank Mangement C++ project PPT

    11/11