Gold University of Minnesota M. Skip to main content.University of Minnesota. Home page.
 
 
 

What's inside.

Ta Email

Day Class Notes

Download Compiler

Evening Class Notes

Lab Notes

Linux For Windows

Office Hours

Schedule

Syllabus

Announcements

Check Grades

 

CSci 1113 Home

 
 

Printer-friendly version

 
Downloading a g++ Compiler

WIndows

Here are instructions for downloading the Cygwin X11 system, including a g++ compiler.  These instruction are for PCs running Windows.  (Note: there may be a problem with Windows Vista.)

The Bloodshed system (http://www.bloodshed.net/devcpp.html) has also been recommend by several students.

Macintosh

If you have a Macintosh, g++ can be made available by installing the Xcode system that is on the CD-ROM that comes with the computer.  To run the program use

% ./a.out

where % represents the UNIX prompt.  Here are instructions that let you execute a.out (or any executable file) without using the dot-slash(./).
 
The University of Minnesota is an equal opportunity educator and employer.
CSci 1113: C++ Programming