【发布时间】:2021-03-28 12:36:23
【问题描述】:
我想在VScode中指定compilerPath来编译C++,但是不知道什么是正确的路径
操作系统:macOS BigSur
【问题讨论】:
标签: macos vscode-settings macos-big-sur
我想在VScode中指定compilerPath来编译C++,但是不知道什么是正确的路径
操作系统:macOS BigSur
【问题讨论】:
标签: macos vscode-settings macos-big-sur
为此,我首先检查了我的 Mac 中是否安装了 g++(C++ 编译器)。
为此,我去/usr/bin
然后我将compilerPath 中的路径指定为/usr/bin/g++
【讨论】: