std ::size_t len = strlen(text) + 1;. text_ = new char[len];. strncpy(text_, text, len);. } ~TextBlock() ... const char &operator[](std::size_t index) const.
確定! 回上一頁