
c++
hkllzh
小开发者一枚
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
使用eclipse编译含有C++11特性的代码
使用eclipse编译含有C++11特性的代码,总是出错。最后在stackoverflow找到了解决方法。1. 右击项目,选择Properties。2. C/C++ Build --> Settings --> Tool Settings --> GCC C++ Compiler --> Miscellanous。在右边的Other Flags中把 "-std=c++0x" 引号中的内容放转载 2012-08-04 16:22:17 · 5487 阅读 · 1 评论 -
使用eclipse编译含有C++11特性的代码
使用eclipse编译含有C++11特性的代码,总是出错。最后在stackoverflow找到了解决方法。1. 右击项目,选择Properties。2. C/C++ Build --> Settings --> Tool Settings --> GCC C++ Compiler --> Miscellanous。在右边的Other Flags中把 "-std=c+...2012-08-04 16:22:00 · 262 阅读 · 0 评论