会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Cyril_Wu's Blogs
___________Life was like a box of chocolates.____________
博客园
首页
新随笔
联系
订阅
管理
2018年10月16日
error: ‘to_string’ was not declared in this scope
摘要: 错误: error: ‘to_string’ was not declared in this scope 原因: to_string是C++11引入的新功能,旧版本编译器可能不支持它,所以要给编译器加上“C++11”编译支持 解决方案: Linux下的GCC编译器:在 g++ 命令行加入编译选项
阅读全文
posted @ 2018-10-16 11:39 Cyril_Wu
阅读(10022)
评论(2)
推荐(0)
编辑
公告