2016年4月24日

C语言 结构体中的成员域偏移量

摘要: //C语言中结构体中的成员域偏移量 #define _CRT_SECURE_NO_WARNINGS #include #include #include typedef struct _student{ char name[30];//32 int num; }Student; void main(){ Student *p = NULL; printf("... 阅读全文

posted @ 2016-04-24 12:49 寒魔影 阅读(1685) 评论(0) 推荐(0) 编辑

导航