perfect329

导航

 

2014年10月11日

摘要: Example:#pragma pack(2)struct One{ char c; short b; char a;};print: 6#pragma pack(2) struct One { char a; char c; short b; };print: 4#pragma p... 阅读全文
posted @ 2014-10-11 15:27 perfect329 阅读(152) 评论(0) 推荐(0)