2003年11月2日 - 我是看msdn裡面的範例... #include void main( void ) { clock_t start, finish; double duration; /* Measure the duration of an event. */
www.programmer-club.com.tw