c++class 内存布局
摘要:1 #include 2 using namespace std; 3 class base1 4 { 5 int a; 6 double b; 7 char c; 8 }; 9 int main()10 {11 base1 b;12 return 1;1...
阅读全文
posted @ 2015-05-05 20:48
posted @ 2015-05-05 20:48
posted @ 2014-05-05 23:36
posted @ 2014-03-02 20:27
posted @ 2013-01-19 11:34