[ CIS 330 C/C++ Home Page | Syllabus | Assignments | Announcements ] Last updated 2008/01/11 11:24:22

CIS 330 C/C++ Programming Environment

This page is a simple introduction to using the command line C/C++ programming environment on the CIS department systems. There are various graphical IDEs (Integrated Development Environments) for many platforms, e.g., Eclipse, XCode for Mac, Visual C++ for PCs. However, for the purposes of this class, editing source code with your favorite editor and compiling with the command line tools will be sufficient.



Compiling from the command line:

Notes: