Project 3 notes

  1. In step 5, the code for the overloaded + operator contains a bug. It assigned highestDegree to the result of a call to a min function.

    However, that's not right, is it? You'll need to fix this line of code.

    Also, you will need to supply your own min() or max() function as needed. There are several ways to accomplish this: you'll need to choose one. For example:


Phillip T Conrad
Last modified: Fri Dec 3 15:28:38 EST 2004