CIS 323 - Links
Winter 2008
Eclipse Integrated Development Environment (IDE)
- (Windows only!) MinGW (Before you begin with Eclipse) installs the g++ compiler, debugger, and make utilities.
- Troubleshooting [configuration error during build/launch]: Verify that c:\MinGW\bin and c:\MinSys\bin is in your PATH environment variable; then you should be able to use the MinGW Toolchain (compiler) and the GNU Make (builder).
- (Windows/Mac/Linux) Eclipse (download Eclipse Classic 3.3.1.1 or higher)
- (Windows/Mac/Linux) Within Eclipse, go to: Help > Software Updates > Find and Install... > Search for new Features > Europa Discovery Site > (...searching...) > OSU Open Source Lab > (...searching...) > Europa Discovery Site > C/C++ Development Tools
NetBeans Integrated Development Environment (IDE)
- Download NetBeans for C++ (and Java as well if you want).
- Installing NetBeans first requires the appropriate compiler and debuggers for your platform.
- Quick Start Guide walks you through a Hello World program after NetBeans is properly installed.
C/C++
Makefile (make)
Data Generator
Miscellaneous