|
|
Microsoft Windows NT Build 328 10-12-1992
// exios109.cpp
// A buffered stream object
#include <iostream.h>
#include <time.h>
void main()
{
time_t tm = time( NULL ) + 5;
cout << "Please wait...";
while ( time( NULL ) < tm )
;
cout << "\nAll done" << endl;
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.