#include #include "JointAccount.h" JointAccount::JointAccount (unsigned n, double b, char* owner, char* jowner) : Account(n, b, owner) { strncpy(jss, jowner, SS_LEN); }