爲何要進行內存對齊以及對齊規則

爲何要進行內存對齊以及對齊規則 #include<iostream> using namespace std; struct A{ char a; int b; short c; }; struct B{ short c; char a; int b; }; int main(){ cout<<sizeof(A)<<endl; co
相關文章
相關標籤/搜索