C++ with Eclipse IDE Plugins

 

System Information and Requirement :

Step 1: Invoke Eclipse.exe

Step: 2. The illustration below, shows Eclipse Europa startup screen.

The plug-in-details:

 

Step 3: Creating new project or Opening an existing project.

Note the code and cpp file

//============================================================================
// Name : cplus1.cpp
// Author : Manas8
// 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;
}


Run time confirmation