Download the MinGW installer from http://sourceforge.net/projects/mingw/files/Automated%20MinGW%20Installer/MinGW%205.1.6/MinGW-5.1.6.exe/download and run the installer.
c:\MinGW
Download the Java software development kit from http://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/VerifyItem-Start/jdk-6u16-windows-i586.exe?BundledLineItemUUID=Y45IBe.pvpwAAAEkNkkMmFjI&OrderID=sYtIBe.p4wIAAAEkKUkMmFjI&ProductID=bhJIBe.ptbMAAAEishcTvuC_&FileName=/jdk-6u16-windows-i586.exe and run the installer, accepting the license agreement and all the defaults.
Download this zip file, unzip it, open the folder, and run the "p2installer" program. Specify the install directory "C:\Eclipse" (it doesn't really matter, but this works.) Accept the license agreement and all the defaults. One of the questions will be where (if anywhere) to put it in the Start menu; I recommend putting it somewhere in the Start menu.
If the installation procedure didn't give you a desktop shortcut to Eclipse, make one.
Double-click this shortcut, and you should see the Eclipse splash screen. It'll ask for a workspace location, defaulting to something like
c:\Program Files\eclipse workspaceor
c:\Documents and Settings\labuser\workspace. This should be a directory where you can store things. If you're installing Eclipse in a student lab with locked C: drives but writable D: drives, use something like "d:\workspace" instead, and don't check the box "Use this as the default and don't ask again", so users can put their workspaces on their floppies, or flash drives, or network drives, or whatever.
If you're installing this on your own computer, pick a reasonable place for all your Eclipse work to live, e.g. "d:\classes\270\workspace". Do not pick an existing folder that has other stuff in it, as Eclipse will put lots of stuff into that folder and may get confused if it finds stuff that it didn't put there.
#include <iostream> using namespace std; int main () { cout << "Hello!" << endl; return 0; }
download http://www.amzi.com/download/files/amzicore_8-0-6_win.exe
and run it, accepting the license and all the defaults. By default,
it'll install into c:\Program Files\amzi\amzi_8-0-6
.
Run Eclipse. In the "Help" menu, choose "Install New
Software", then "Add", then "Local", and browse to c:\Program
Files\amzi\amzi_8-0-6\eclipse_install
.
If this doesn't appear in the main window, select it from the "Work
with:" drop-down menu. Check the box and hit "Next"; accept the license
and all the defaults. Eventually it should tell you it has installed
the software and it "strongly recommends" that you re-start Eclipse. Do
so.