討論串[問題] unix下 c++程式 CLOCKS_PER_SEC 與CLK_ …
共 7 篇文章
內容預覽:
你要算程式跑了多久是嗎?. 1 #include <stdlib.h>. 2 #include <stdio.h>. 3 #include <time.h>. 4. 5 int main() {. 6 clock_t start,finish;. 7 start = times(NULL);. 8
(還有903個字)
內容預覽:
謝謝,. 不過我的gcc compiler warning,而且出來start=-1,finish=-1結果都是0. warning: implicit declaration of function `int times(...)'. warning: implicit declaration o
(還有216個字)