Thread
:
Conversion Operator Problem
View Single Post
seeguna
Go4Expert Member
7Aug2007,09:55
No definition for Single argument constructor in ur program
If u want a simple solution means
add the following line to ur header file
savingAccount(double balance):balance(balance){}
so that u got an answer...........