Quote (Trig @ Sep 21 2014 07:33pm)
I dont know whats going on :[
Do you have a `baccount.cpp` file. I assume you did not code the functions for the class yet. You have a class template which outlines the functions required, but you need to code them yourself. For example Bankaccount::name() should be a get method which returns the account holders name. It would access the private variable you defined in your .h class.
This post was edited by AbDuCt on Sep 21 2014 08:16pm