presentaion on banking system in c++

13

Upload: zobia-aziz

Post on 10-May-2015

1.831 views

Category:

Education


0 download

TRANSCRIPT

Page 1: Presentaion on banking system in c++
Page 2: Presentaion on banking system in c++

To All

Page 3: Presentaion on banking system in c++

Presented To Ms Kiran AdnanPresented

ByZobia Aziz

Page 4: Presentaion on banking system in c++

First and foremost I thank my teacher Ms

Kiran has assigned me this term paper to bring

out my creative capabilities. My heart felt

gratitude to my group members for helping me

to complete my work in time.

ACKNOWLEDGEMENT

Page 5: Presentaion on banking system in c++

Bank Management System project in

c++

Page 6: Presentaion on banking system in c++

ContentsIntroductionHeader filesFunctionsWelcome to Banking system

Activities

Page 7: Presentaion on banking system in c++

IntroductionThis is Bank management system. There we set options for user to “open account”, “edit balance”, “withdraw money” and “search”.

When you Edit balance in the account is should show the total amount in your account each time you add money to the account .

And when you withdraw money it should take away the amount withdraw from the balance that is in the account.

We have not used Graphics to keep program simple.

Page 8: Presentaion on banking system in c++

Header Files

We have use two header files

One is IOSTREAM.hAnd 2nd is CONIO.h

Page 9: Presentaion on banking system in c++

Functions Here some Functions

that we use in our program.

open() deposite(int) withdraw(int) search(int)

Page 10: Presentaion on banking system in c++

Welcome to Banking systemIt MUST CHOOSE ONE OPTION FROM

GIVEN BELOW…!!!

Press ‘1’ to open account.Press ‘2’ to edit balance.Press ‘3’ to withdraw money.Press ‘4’ to search.Press ‘5’ to exit.

Page 11: Presentaion on banking system in c++

Activities

This program initially requires or demand basic data from user to open

account. When you have opened you’re account then you can edit your balance and withdraw

your money or simply you can visit your account by

searching option.

Page 12: Presentaion on banking system in c++

Any Question???

???

Page 13: Presentaion on banking system in c++