We know that both string::c_str or string::data functions returns const char*. To get a non-const version, we can use the const_cast operator, which removes ...
確定! 回上一頁