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

c/c++ 编译错误汇总

时间:2020-05-18 12:06:05      阅读:88      评论:0      收藏:0      [点我收藏+]

标签:exp   nta   res   g++   erro   compile   support   解决方法   stand   

问题1.

error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.

解决方法:

//g++ 后面加上 -std=c++11
g++ -o regex regex.cpp --std=c++11

c/c++ 编译错误汇总

标签:exp   nta   res   g++   erro   compile   support   解决方法   stand   

原文地址:https://www.cnblogs.com/rootshaw/p/12909481.html

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