代写DDL留学生作业、代做C++编程语言作业、代写Group Project作业、代写C++留学生作业
C++ Group ProjectDDL: Dec 31 23:55 p.m.3 members for each teamIn a bank, there are many accounts. An account can be a normal account or a VIP account.Account information is stored in a file in the following format (account.txt):Every account number (accountNo) contains four digits. Password would be a 6-sigits number.For every account, the client can inquiry, withdraw, save and transfer money. Thesetransactions have the following features:1. WithdrawFor normal account, the customer can withdraw atmost 2000 per time. For VIPaccount, the customer can withdraw 3000 per time. If a customer wants to get moneythat exceeds this limit, a warning should be given.When a customer withdraws money from an account and the amount exceeds thebudget in that account, the withdrawal fails. A warning must be given.2. DepositA customer can deposit as much as possible.3. TransferWhen transferring money, a VIP account can transfer at most 20000 and a normalaccount can transfer at most 10000. It is assumed that the accounts transferring fromand transferring to are all in the account.txt. If the “from” account is VIP, the chargefor the transaction is 0.5%; otherwise, the charge is 1%.4. InquiryWhen an account is inquired, the balance in this account is displayed.Notice: After each transaction except inquiry, the balance should be updated in the file ifthetransaction succeed.A menu is required for the customer to login and operate the account. There are threecomponents in the menu.1. Login systemWhen the program start, a menu as following should prompt out.Please input your account number:If a valid account can be found in account.txt, the user can process to next step.Otherwise, a warning will be given and back to the account input.Please input you account password:Verify input with the password stored in the account.txt. If failed, a warning will be givenand back to the account input.2. Operation menuAfter customer log into the system, a menu as following should prompt out.1. Inquiry2. Deposit3. Withdraw4. Transfer5. QuitPlease select:Customer can use number to select each operation.Inquiryoutput the balance as followingDear Ryan, your balance is 100000.23DepositInput how much money you want to depositPlease input the amount to save: 10000Verify if it is a reasonable amount, and output the updated balance.Dear Ryan, your balance has been updated to 110000.23WithdrawInput the amount you want to withdrawPlease input the amount to withdraw: 10000Verify if it is a reasonable amount, and output the updated balance. Otherwisewarning must be given.Dear Ryan, your balance has been updated to 90000.23TransferInput the target account numberPlease input the target account number:Verify if it is a valid account. If not, a warning must be prompted. Next input theamount to transfer.Please input the amount to transfer:Verify if it is a reasonable amount, and output the updated balance. Otherwisewarning must be given.Transfer success! Your balance has been updated toAfter each operation, you can choose1. Continue //Back to Operation menu2. Quit //Terminate the programNotice1. Use classes and inheritance in C++.2. Separate main function & class definition in different file.3. I'll give you some material. You may need to learn file IO by yourself.Submissionhttp://www.6daixie.com/contents/13/2373.htmlcompressed into one zip file includes:1. code(.cpp files and .h files)2. .exe and .txt file3. Document (one page)User manualJob allocation
因为专业,所以值得信赖。如有需要,请加QQ:99515681 或邮箱:
微信:codinghelp