int i = 10;. int *p = &i;. long pp = (long)p;. return 0;. } 為什麼? 因為32bit 跟64bit 機器上pointer 長度不同啊. 一個是32 bit 一個是64 bit.
確定! 回上一頁