[ Home | Assignments | Links | News ]

CIS 323 - Links

Winter 2008


Eclipse Integrated Development Environment (IDE)

  1. (Windows only!) MinGW (Before you begin with Eclipse) installs the g++ compiler, debugger, and make utilities.
  2. (Windows/Mac/Linux) Eclipse (download Eclipse Classic 3.3.1.1 or higher)
  3. (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)

  1. Download NetBeans for C++ (and Java as well if you want).
  2. Installing NetBeans first requires the appropriate compiler and debuggers for your platform.
  3. Quick Start Guide walks you through a Hello World program after NetBeans is properly installed.

C/C++

Makefile (make)

Data Generator

Miscellaneous