// practice2.cpp // member functions and driver for practice 2 // CS210 - S'03 - Ray S. Babcock - 4/28/03 // #include using namespace std; #include "practice2.h" House::House(int fred) { Door = fred; cout << "House constructor called."<