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 寒魔影 阅读(1721) 评论(0) 推荐(0)
 
                    
                 
 浙公网安备 33010602011771号
浙公网安备 33010602011771号