崇高的text3 clang格式致命错误:找不到“ iostream”文件

时间:2018-07-16 12:52:54

标签: c++ sublimetext3 clang-format

当我使用 clang-format 以崇高的text3格式设置C ++代码时,收到了该错误iostream file not found

#include <iostream>

using namespace std;

int main(int argc, const char *argv[]) {
    cout << "HELLO, Captain Teemo!" << endl;
    return 0;
}

enter image description here

但是我可以使用Command + B运行c ++代码。

enter image description here

我还可以在命令行中编译c ++代码。

enter image description here

0 个答案:

没有答案