|
|
1.1 ! root 1: // exios109.cpp ! 2: // A buffered stream object ! 3: #include <iostream.h> ! 4: #include <time.h> ! 5: ! 6: void main() ! 7: { ! 8: time_t tm = time( NULL ) + 5; ! 9: cout << "Please wait..."; ! 10: while ( time( NULL ) < tm ) ! 11: ; ! 12: cout << "\nAll done" << endl; ! 13: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.