Problem with my substrstring format(const string &name){ size_t first = name.find(" "); // sets size of first name size_...