Bank buser account的小型c++模拟程序

时间:2013-11-30 10:28:11
【文件属性】:

文件名称:Bank buser account的小型c++模拟程序

文件大小:348KB

文件格式:RAR

更新时间:2013-11-30 10:28:11

c++

account.h public withdrawal function that returns a bool value deposit function that returns a bool value a way to get available funds should return a double a way to create an account that returns bool value private account number how much money in the account the account type buser.h public name,pin function a way to create account 1 and account 2 deposit money or withdrawal from account 1 or 2 get how much is account 1 or 2 set the pin number private first name last name pin account1 that is type account account2 that is type account bank.h should be have the ability to handle up to 10 users using the buser class Should also store the stating account number so no user has the same number. your main.cpp should contain your main function and be use to call the whole program."


【文件预览】:
Bank
----Bank.sln(878B)
----Bank.suo(13KB)
----Debug()
----Bank()
--------main.cpp(2KB)
--------stdafx.h(320B)
--------targetver.h(765B)
--------Bank.vcproj(5KB)
--------buser.h(1KB)
--------Bank.vcproj.glory-PC.glory.user(1KB)
--------bank.h(1KB)
--------Debug()
--------stdafx.cpp(291B)
--------ReadMe.txt(1KB)
--------account.h(767B)
----Bank.ncb(2.34MB)

网友评论

  • 写的很一般 很多功能都没有