KAIHATSUGIKEN GROUP
*********************************************************************************
PP@^CCuΜp
*********
#include <iostream.h>
#include <time.h> //^CCuΦΜ½ίΜwb_t@C
void main(void)
{
time_t system_time;
system_time = time(NULL);
cout << "The current system time is " << ctime(&system_time) << endl;
}
*********
The current system time is Mon Jan 01 15:13:51 1996
*********