摘要: int在32位计算机中占4个字节,主要是想弄清楚这4个字节的在内存中存放的顺序。 1 #include 2 3 using namespace std; 4 5 typedef struct int_char 6 { 7 int a; 8 unsigned char *b; 9... 阅读全文
posted @ 2014-08-16 19:21 Arigatou 阅读(2306) 评论(0) 推荐(0) 编辑