Start C/C++

Compile from Command-Line

You may compile from the command-line if you wish, but will need Eclipse (or another IDE) for debugging.

Install Eclipse for C++

Instructions from Eclipse: Install Eclipse for C++.

  1. Click on the p2 software repository link that matches your version of Eclipse.
  2. Start Eclipse, then select Help --> Install --> Available Software.
  3. Copy the URL from step 1 and paste it into the Work with: field.
  4. Select the defaults and Finish.
  5. More instructions if needed.
Make sure you can compile, run, and debug:

Due by the end of Friday Lab

Create another project (as a Hello World C++ project).

When you have it finished, submit it via Autolab. In your zip-file, include a file called play.out that has the output of running your program. It should be at the top level, with the src and include directories underneath, and each containing the proper .h and .cpp file(s).