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 c++编译报错:‘nullptr’ was not declared in this scope(-std=c++11)的主要内容,如果未能解决你的问题,请参考以下文章
VSCode c++和CMake环境搭建(for Mac OS)
VSCode c++和CMake环境搭建(for Mac OS)