std::string str; const char * c = str.c_str();. If you want to get a writable copy, like char * , you can do that with this:
確定! 回上一頁