码迷,mamicode.com
首页 > 编程语言 > 详细

C++报错

时间:2018-11-09 00:52:49      阅读:475      评论:0      收藏:0      [点我收藏+]

标签:version   str   错误   war   writable   text   ora   iso   nbsp   

编译的时候会报如下错误:
warning: ISO C++11 does not allow conversion from string literal to ‘char *‘ [-Wwritable-strings]

 改正:将返回值char * 改成const char * 

 

C++报错

标签:version   str   错误   war   writable   text   ora   iso   nbsp   

原文地址:https://www.cnblogs.com/qvq-/p/9932839.html

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