Ok, I found out the reason. There's no closing parenthesis for a function before deposit.
Kasim
User Profile
Collapse
Profile Sidebar
Collapse
KasimDelovan
Last Activity: Jun 22 '12, 11:17 AM
Joined: Jun 22 '12
Location:
-
-
Identifier 'deposit' cannot have a type qualifier
I have got this error: I get the error:
Identifier 'deposit' cannot have a type qualifier
I have defined this class
class BankAccount {
private:
double balance;
double interest;
int custNr;
public:
BankAccount(dou ble bala, int cusNr, double inter);//constructor
int getCustNr();...
No activity results to display
Show More
Leave a comment: