Simply call string.c_str() to get a char const* . If you need a mutable _C-style_ string then make a copy. The returned C string will be valid as long as ...
確定! 回上一頁