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