1.C与C++ NULL区别 #ifdef_cplusplus #define NULL 0 #else #define NULL ((void*)0) #endif 2.字节是内存编址的最小单位。 3.大小端转换:如变量 short test = 0x0D25 大端CPU:低字节放在高地址,高字节 Read More
posted @ 2017-08-20 22:37 一种微笑 Views(144) Comments(0) Diggs(0)