[code cpp] typedef enum { a1=1, a2, a3 }AA; int SIZE = sizeof(AA); [/code] 有個奇怪現象,在BCB SIZE=1,但是在VC SIZE=4,如何讓BCB 與VC 一樣 ...
確定! 回上一頁