#include #include "time.h" #include void main( void ) { CTime t1; char any; //t1.SetTime( 25, 12, 2002 ); while(any) { t1.ReadTime(); t1.Next(); t1.Print(); cin >> any; } //end while //ofstream fout(":\\do.bin",ios::binary); }