#ifndef VERSION2H #define VERSION2H #include using namespace std; namespace version2 { class date { public: date() {cout << "version2::date\n";} }; } #endif