Partial Source Code for Programming Assignment 1

NOTES:

1) It is your job to integrate these classes together (and of course, supply the missing methods)
for the assignment. You may need to change some of the header files above for the assignment.
Also, the read and print methods for the polynomial class will need to be modified
to read input and print output according to the formats specified in the assignment handout.

2) These files will compile without any problems if you use the GNU g++ compiler, version 2.8.1 (invoked as c++ or
g++ on the mason cluster). However, if you are using the Digital C++ compiler (invoked as cxx on the mason cluster)
you may need to comment out or modify the include directives in the file utility.H