我不斷收到以下錯誤,當我下摹編譯外部可見++(這是一個非常漫長的代碼段) error: invalid use of incomplete type 'const struct cmp_bk(const void*, const void*)::bk' error: forward declaration of 'const struct cmp_bk(const void*, const voi
當我打印工會這樣的大小:在使用本 union u {
char c[5];
int i;
} un;
: int _tmain(int argc, _TCHAR* argv[])
{
printf("size of union = %d ",sizeof(un));
return 0;
}
我得到使用Visual C++中的8答案,但我預計5,