C+的eclipseide+; 所以我刚刚下载了Eclipse kepler的C和C++ 然后我试着制作一个简单的HelloWorld应用程序 #include <iostream> using namespace std; int main() { cout << "Hello World!!!" << endl; // prints Hello World!!! return 0; }

C+的eclipseide+; 所以我刚刚下载了Eclipse kepler的C和C++ 然后我试着制作一个简单的HelloWorld应用程序 #include <iostream> using namespace std; int main() { cout << "Hello World!!!" << endl; // prints Hello World!!! return 0; },c++,eclipse,C++,Eclipse,您需要右键单击属性并更新路径好像你没有安装任何编译器……我是C++的新手,C不知道如何更好的选择。它包含许多编译器。请改用Visual Studio;现在是免费的。 Program "g++" not found in PATH Program "gcc" not found in PATH Program "make" not found in PATH Symbol 'cout' could not be resolved Symbol 'endl' could not be resolve

您需要右键单击属性并更新路径

好像你没有安装任何编译器……我是C++的新手,C不知道如何更好的选择。它包含许多编译器。请改用Visual Studio;现在是免费的。
Program "g++" not found in PATH
Program "gcc" not found in PATH
Program "make" not found in PATH
Symbol 'cout' could not be resolved
Symbol 'endl' could not be resolved
Symbol 'std' could not be resolved