所以我决定尝试在OS X上使用Eclipse C ++,但是我不确定如何解决这个问题。我加载了它,创建了我的项目等等。我输入了一些测试代码,以测试是否所有内容都能正常运行:
#include <iostream>
using namespace std;
int main() {
int a = 30;
int b = 40;
int sum = a + b;
cout << sum << endl;
return 0;
}
接下来,当我尝试运行代码&gt; http://prntscr.com/eai3x9
当我点击“详细信息”按钮时,相同的文字&gt; http://prntscr.com/eai6ls
我到处搜索如何解决这个问题,但我找不到任何东西。任何提示或帮助将不胜感激。
答案 0 :(得分:3)
所以这对我有用:
Eclipse SDL build error: "The program specified in the launch configuration does not exist"
总结: