There is a mistake in account.cpp:
should beCode:Account* createAccount(Subject* subject, std::string& type, int saving_period, int month, int year)
Code:Account* Account::createAccount(Subject* subject, std::string& type, int saving_period, int month, int year)




Reply With Quote