class and variable declaration[code]#include<iostream> #include<conio.h> #include<string> using namespace std; class ir; cl...
Operator>> no match error[code]cout <<endl<< "Is the account a savings account or a current account? (s/c): "<<endl; ...
Operator>> no match errorThank you for ur reply Yanson, yes it shows no error at line 16 now.| But i have another problem now...
Operator>> no match error#include<iostream> #include<conio.h> #include<string> using namespace std; class Bank_acc { ...