Forum: C++ Aug 18th, 2004 |
| Replies: 8 Views: 6,386 Compiling BANK.CPP:
Warning MANAGER.H 154: Functions containing while are not expanded inline
Warning MANAGER.H 234: Functions containing while are not expanded inline
Warning MANAGER.H 309:... |
Forum: C++ Aug 17th, 2004 |
| Replies: 8 Views: 6,386 sorry, i have try to run the program again, but it still have the error.
can u try to run this program and help me solve the error, thank you. |
Forum: C++ Aug 17th, 2004 |
| Replies: 8 Views: 6,386 i have write the bank system used C++ , but got the error , who can help me solve the error.
i use 3 file in this program:
1. bank.cpp
2. manager.h
3. bank.tcp (this file live it blank, save it... |
Forum: C++ Aug 7th, 2004 |
| Replies: 4 Views: 6,118 ok, i just recieve this project in one week later, i will try to write somthing if i have stuck, i will post the code. |
Forum: C++ Aug 6th, 2004 |
| Replies: 4 Views: 6,118 yes, this is my C++ assignment.
i know this assignment want to using the Object-Oriented concepts(inheritance, polymorphism etc).
i know to defind some classes like create account, and what type... |
Forum: C++ Aug 6th, 2004 |
| Replies: 4 Views: 6,118 banking system :
-all the bank accout can be created, accessed,and clossed later.
-three type of account:current,saving,fixed deposit.
-each custormer can open more than one type of accounts.... |