[求助]在C++中如何提取时、分、秒?-->feng1256转移
师兄、师姐们:大家好
上次在大家的帮助下,我已经知道在C语言中提取当前时间了:
struct time t;
gettime(&t);
printf("The current time is:%2d:%02d:%02d.%02d\n",t.ti_hour,t.ti_min,t.ti_sec,t.ti_hund);
但是这个用在C++中就不管用了。在下恳请各位帮小弟一把,感激不尽!
祝大家愉快!
hyqzchh@163.com