在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
參考地址: 当前Ubuntu的LTS版本号为14.04,直接在apt-get命令安装的g++到不了5.0版本号,不能获得所有的c++14的支持。所以必须安装5.0以上版本号的g++。这里的方法例如以下:
– Remove the previous g++ version from the default applications list (if already exists)
– Make G++ 5 the default compiler on the system sudo update-alternatives –install /usr/bin/g++ g++ /usr/bin/g++-5 20 sudo update-alternatives –config g++ 使用
查看g++版本号信息 Eclipse CDT安装到Eclipse开源project站点下载新版的CDT开发环境,须要先安装好JAVA执行环境。网上一搜都是。略。 Eclipse CDT内部配置与project配置參考: 在建立project前,配置 Eclipse syntax parser: 在 Command to get compiler specs 加上 -std=c++14 新建一个C++project: For project created as: File -> New -> Project -> C/C++ -> C++ Project 右击project打开属性: Properties -> C/C++ Build -> Settings -> Tool Settings -> GCC C++ Compiler -> Dialect 加上 -std=c++14 到 other dialect flags 另外,为了解析和索引新版的一些语法: enable CDT GCC Build-in Compiler Settings and move it higher then Contributed PathEntry Containers (重要) 最后 又一次编译 開始C++14之旅開始拍代码吧~ |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论