CSCI 159 Lab 6 exercises

Lab 6 is almost a two-week lab: it is due by 8pm Friday Dec. 6th

There are again two halves, a warm-up exercise working with structs and arrays of structs (warm-up exercise done in basic.cpp) and a design/implementation exercise (done in lab6.cpp):

Here is the collection of new C++ syntax elements we'll be using for lab6.


Follow our usual setup process

  1. Log in, open a browser, go to the lab6 page, open a terminal window:
    (see lab 2 if you need a refresher on any of the steps)

  2. get lab 6:
    make -f make159 csci159/lab6

  3. Go into your lab6 directory and begin the edit/compile/test/submit routine: As with previous labs, you'll see that the two .cpp files are nearly empty to start with.


First half: structs and arrays of structs (to be done in basic.cpp)

T.B.D.


Second half: design and implementation problem (to be done in lab6.cpp)

T.B.D.