// Start of nice.cc #include "nice.h" #include void Nice::nice1() { std::cout << "Hello nice1.\n"; } // End of nice.cc