内存对齐的规则以及做用

 2 //程序1  3 #include <iostream>  4   5 using namespace std;  6   7 struct st1   8 {  9     char a ; 10     int  b ; 11     short c ; 12 }; 13  14 struct st2 15 { 16     short c ; 17     char  a ; 18  
相关文章
相关标签/搜索