... class String { char str[MNAME + 1]; public: String() { std::cout << "S"; } String(const char* s) { std::strncpy(str, s, ...
確定! 回上一頁