MCS 360 Project Descriptions
Five projects will be assigned during the semester,
project descriptions and possible solutions will be posted here.
- 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.
- 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.
- Project Three due Monday 25 October 2010, at noon :
adding polynomials.
A possible solution:
poly.h and
poly.tc, tested by
use_poly.cpp.
- 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.
- Project Five due Tuesday 7 December 2010, at 8AM :
map pacebus trips.