在32位小端的机器
摘要:
在32位小端的机器上,如下代码输出是什么:1 char array[12] = {0x01 , 0x02 , 0x03 , 0x04 , 0x05 , 0x06 , 0x07 , 0x08}; 2 short *pshort = (short *)array; 3 int *pi... 阅读全文
posted @ 2015-04-20 22:05 Wonder奇迹奇迹 阅读(642) 评论(0) 推荐(0)
2015年4月20日 #
posted @ 2015-04-20 22:05 Wonder奇迹奇迹 阅读(642) 评论(0) 推荐(0)
posted @ 2015-04-20 20:45 Wonder奇迹奇迹 阅读(569) 评论(0) 推荐(0)