Emacs for Windows with G++

 

More detailed instructions

-Navigate to http://ftp.gnu.org/pub/gnu/emacs/windows and download
emacs-22.1-bin-i386.zip.

-Open the folder containing the download and double click the file.

-Copy the emacs-22.1 folder within the compressed folder to the
Program Files folder.

-Double click the emacs-22.1 folder. Double click the bin folder.
Run addpm.exe to set up the program.

emacs can now be run from Start > All Programs > Gnu Emacs > Emacs

To install g++ on Windows XP:

-Navigate to
http://sourceforge.net/project/showfiles.php?group_id=2435 and click
the MinGW-5.1.3. Click MinGW-5.1.3.exe on the page that opens.

-Open the folder containing the download and double click the file.
Agree to run the executable.

-Click Next. Download and install should be selected. Click Next
again. Click I Agree. Current should be selected. Click Next.
Click to check the box to the left of g++ complier. MinGW base tools
should already be checked. Click Next once more. You are asked to
confirm the destination folder. Click Next. You are asked to
confirm the Start Menu folder in which to create the program
shortcut. Click Install. The installer should begin downloading
files. Click Next. Click Finish.

g++ can now be run from the command line, which can be run from Start
> Run by typing cmd and pressing enter. g++ is located in
C:\MinGW\bin\ and can be run from the command line by typing
\MinGw\bin\g++