我刚得到一台Macbook,我刚刚安装了gpp来用C ++编写一些程序,但是当我包括iostream时,我得到了这个错误:
main.cpp:2: error: Requested include file not found
这是我的代码:
#include <iostream>
int main() {
std::cout << "test" << std::endl;
}
谢谢您能帮我!
答案 0 :(得分:0)
我在终端上使用了xcode-select --install,一切开始正常工作。
祝你好运