Comments, 2/11

  1. Remember ; at the end of the class header.
  2. What goes in each file for Program 2?
  3. When overloading << and >> use #include <iostream.h> and remove using namespace std;
  4. Program: overload operators in fraction before doing the inheritance.
  5. What components are you adding to rational?
  6. If you get 'class' type redefinition erroruse the compiler directives "#ifndef...
  7. Put your name on all pieces.
  8. Credit who you worked with/received help from.