In order to get const char* access to the data of a std::string you can use the string's c_str() member function. Keep in mind that the pointer is only ...
確定! 回上一頁