gpt4 book ai didi

c++ - Mac OSX 上的 Eclipse CDT 问题

转载 作者:太空狗 更新时间:2023-10-29 23:00:33 25 4
gpt4 key购买 nike

在我的一台 Mac 机器上,对于简单的 Hello Word C++ 程序,有这样的编译错误,我正在使用的其他 Mac 都可以。甚至使用相同版本的 Eclipse CDT 64 位 Mars。

已发布的错误和 Hello Word 程序,有人有任何提示吗?谢谢。

//============================================================================
// Name : Test1.cpp
// Author :
// Version :
// Copyright : Your copyright notice
// Description : Hello World in C++, Ansi-style
//============================================================================

#include <iostream>
using namespace std;

int main() {
cout << "!!!Hello World!!!" << endl; // prints !!!Hello World!!!
return 0;
}

enter image description here enter image description here

附加来自命令行 g++ 的错误,

g++ 测试1.cppTest1.cpp:9:20: 错误: iostream: 没有那个文件或目录Test1.cpp:在函数“int main()”中:Test1.cpp:13: 错误: ‘cout’ 未在此范围内声明Test1.cpp:13: 错误: ‘endl’ 未在此范围内声明

最佳答案

总而言之,无论您是在 Mac 上使用 C、C++ 还是 Objective C 进行开发,您可能只想使用 XCode。

不确定 Eclipse 在做什么,但是(请参阅评论中的链接)早期版本的 Eclipse 可能可以工作,而后来的版本则不能。

关于c++ - Mac OSX 上的 Eclipse CDT 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33443001/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com