码迷,mamicode.com
首页 > 其他好文 > 详细

string不能接受的字符

时间:2018-12-06 17:43:33      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:temp   pre   ring   ===   string   不能   字符   char   ace   

string temp = "wfewfwfw\====="; char cha1 = ‘\\‘; temp = cha1; printf("%s", temp); //程序会奔溃 const char* ch = temp.c_str(); cout << cha1 << endl; replace_all(temp, "\\", "\\\\"); cout << temp << endl;

string不能接受的字符

标签:temp   pre   ring   ===   string   不能   字符   char   ace   

原文地址:http://blog.51cto.com/haidragon/2327056

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!