IT Labs Home
|
One Stop
|
Directories
|
Search U of M
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(./)
.
©2004 - 2009 Regents of the University of Minnesota. All rights reserved.
Contact U of M
|
Privacy
The University of Minnesota is an equal opportunity educator and employer.
Last modified on February 5, 2009
CSci 1113: C++ Programming