12
How to Make Eclipse work good with C++ An illustrative guide to MinGW installation and ecliptical setup.

How to Make Eclipse work good with C++ An illustrative guide to MinGW installation and ecliptical setup

  • View
    223

  • Download
    2

Embed Size (px)

Citation preview

How to Make Eclipse work good with C++An illustrative guide to MinGW installation

and ecliptical setup.

Downloading the goods• sourceforge.net -> search: MinGW

• <or>

• http://sourceforge.net/project/showfiles.php?group_id=2435&package_id=240780&release_id=595197

• http://www.eclipse.org/downloads/

• select Eclipse IDE for C/C++ Developers (68 MB)

• Install the MinGW base tools, g++ compiler, and MinGW make

if (minGW_installation == true) {cout << “success!!1” << endl;installEclipse();if (eclipse_installation == true) {runEclipse();

}else while(true) { cout << “fail” << endl; }

}