在 c++11里面这倆已经变得一样了. 不过我不是很理解这个函数在除了这个稍显鸡肋情况下还有哪里可以用到.
string s = "Hello, world!";
printf("%s", s.c_str());
阿神2017-04-17 15:25:39
These two member functions are designed to be compatible with the C
interface .