From what I can tell from the error your account class has no default constructor. When you declare a constructor for a class, the compiler expects you to supply all constructors, including the default constructor.
checkingaccount inherits from account, which means it will first contruct an account object and then a checkingacount object. It calls the account::account() function, which appears to be missing.
Last edited by BeyondTheEye; Nov 2nd, 2009 at 5:39 pm.
Reputation Points: 12
Solved Threads: 10
Junior Poster in Training
Offline 63 posts
since Sep 2008