內存對齊的規則以及做用

 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  
相關文章
相關標籤/搜索