vscode c++编译报错:‘nullptr’ was not declared in this scope(-std=c++11)

Posted Dontla

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vscode c++编译报错:‘nullptr’ was not declared in this scope(-std=c++11)相关的知识,希望对你有一定的参考价值。

nullptr是c++11才有的特性

编译的时候需要j加上-std=c++11

g++ main.cpp src/Gun.cpp src/Soldier.cpp -Iinclude -o myexe -Wall -g -std=c++11 -O2

参考文章:关于vscode中nullptr未定义

以上是关于vscode c++编译报错:‘nullptr’ was not declared in this scope(-std=c++11)的主要内容,如果未能解决你的问题,请参考以下文章

VSCode c++和CMake环境搭建(for Mac OS)

VSCode c++和CMake环境搭建(for Mac OS)

用vs2015写c++,编译报错项目已过期,怎么回事?

Ubuntu安装C++环境(VsCode 编译器)

nullptr_override_final_default_rawstring

NULL0nullptr 区别分析