它使用 std::string 并最终返回其 c_str() char指针。 const char * returnCharPtr() { std::string someString; // some processing!. return ...
確定! 回上一頁