MCS 360 Project Descriptions

Five projects will be assigned during the semester, project descriptions and possible solutions will be posted here.
  1. Project One due Monday 15 September 2010, at noon : processing a csv file.
    Use the file 2009_torn.csv downloaded from NOAA's National Weather Service.
    A possible solution: tornadoes.cpp.

  2. Project Two due Monday 4 October 2010, at noon : adding big natural numbers.
    A possible solution: big_nat.h and big_nat.cpp, tested by test_big_nat.cpp.

  3. Project Three due Monday 25 October 2010, at noon : adding polynomials.
    A possible solution: poly.h and poly.tc, tested by use_poly.cpp.

  4. Project Four due Monday 15 November 2010, at noon : box the fox.
    deadline extended to Friday 19 November 2010, at noon
    A possible solution: checkerboard.h and checkerboard.cpp, with the main program in box_the_fox.cpp.

  5. Project Five due Tuesday 7 December 2010, at 8AM : map pacebus trips.