Esempio n. 1
0
int 
main(int argc, char* argv[])
{
	for (int i=1; i<argc; i++) {
		CTime tm;
		tm.rdtime(argv[i]);
		cout<<tm<<endl;
	}
	return 0;
}