MacOSX上的IOstream

时间:2018-11-21 22:43:06

标签: c++ macos

我刚得到一台Macbook,我刚刚安装了gpp来用C ++编写一些程序,但是当我包括iostream时,我得到了这个错误:

main.cpp:2: error: Requested include file not found

这是我的代码:

#include <iostream>

int main() {
    std::cout << "test" << std::endl;
}

谢谢您能帮我!

1 个答案:

答案 0 :(得分:0)

我在终端上使用了xcode-select --install,一切开始正常工作。

祝你好运