CS1500 Algorithms and Data Structures for Engineering, FALL 2012

 LAB 0 Prepare to run C++ code

Setup your machine/environment to run C++ code.
    * We recommend using your own laptop rather than a lab machine, so that you have a consistent environment at home and at school. But you can very well use any CCIS computer.
    * Install a compiler on your machine, appropriate for your OS. Rohan has a compiler help page to guide you; or see this list of compilers.
    * Run a toy program like "hello world" or the one demoed in class.