In C++11 standard it's explicitly stated that .c_str() (as well as newer .data() ) shall return pointer to the internal buffer which is used by std::string ...
確定! 回上一頁