Recent content by cpponyou

  1. C

    Comp Sci (C++) Not sure what the problem wants me to do.

    I have this HW problem, but I cannot figure out what it wants me to do. I don't want anyone to solve it for me, just point me in the right direction. Suppose that a class hierarchy has a virtual method print class C { virtual void print( ostream& ) const; }; that outputs C's members...