當我編譯我的程序時,我有這條消息error: storage size of 'start' isn't known
。該錯誤是在這裏:'start'的存儲大小未知
struct _timeb start, finish;
我做一個頭文件時,我已經把聲明和原型
#include <stdio.h>
#include <stdlib.h>
#include <sys/timeb.h>
#include <time.h>
在我的.c文件,我把
#include "image.h"
#include <math.h>
'_timeb'定義在哪裏? – 2013-04-08 20:48:29
向我們展示_timeb的聲明。 – 2013-04-08 20:48:57
您可以創建一個[簡短,自包含,正確的示例](http://sscce.org)? – cdhowie 2013-04-08 20:51:30