STL_string

将string对象利用c风格的形式输出函数:  c_str()

栗子:      string s;      printf("%s ",s.c_str());

原文地址:https://www.cnblogs.com/zzqc/p/6782091.html