It won't automatically convert (thank god). You'll have to use the method c_str() to get the C string version. std::string str = "string"; ...
確定! 回上一頁