uOttawa University of Ottawa - Canadas University
some dots list of dots

C++ STL

Installation of required Software

Currently, Eclipse 3.6 is not working properly in the labs at SITE

We will use the following procedure to install all the required software:

  1. Download and install Eclipse IDE for C/C++ Developers. Indigo Version.
  2. Install MinGW following the procedure described here:
    * Download MinGW at this location MinGW
    * Install it and DO NOT FORGET TO SELECT the C++ compiler component during the installation.

    Now add the Windows environment variable:

    *Right-click on "My Computer" and select "Properties".
    *Click Advanced -> Environment Variables.
    *In the box entitled "System Variables" scroll down to the line that says "PATH" and double-click the entry.
    *You will be presented with a dialog box with two text boxes, the bottom text box allows you to edit the PATH variable.
    *It is very important that you do not delete the existing values in the PATH string, this will cause all sorts of problems for you!
    *Scroll to the end of the string and at the end add ";C:\MinGW\bin".
    *press OK -> OK -> OK and you are done.
    Installing MinGW .

The lab will be composed of the following items:

  1. Part 1 C++ STL - Handout

Marking Schema

Attendance (mark out of 20 marks)
Task A: Vector (10 marks)
Task B: Set (10 marks)
Task C: Multimap (10 marks)
Total : 50 points


Last update to this page: Thursday, 17-Nov-2011 12:27:16 EST