我有一臺裝有Eclipse Juno的64位windows筆記本電腦,並且遇到了C++無法使用的問題。爲C++配置Eclipse Juno
#include <iostream>
#include <string>
using namespace std;
int main()
{
cout << "hello World!" << endl;
return 0;
}
我收到的錯誤是「發射失敗。二進制找不到」
我試過其他人說的喜好做什麼,但我沒有相同的人,所以我」有點卡住了。提前致謝!
你安裝了CDT嗎? – 2013-02-27 01:57:35