标题:得出答案,给出为什么?
取消只看楼主
longfeng867
Rank: 1
来 自:重庆
等 级:新手上路
威 望:1
帖 子:182
专家分:0
注 册:2007-5-20
 问题点数:0 回复次数:1 
得出答案,给出为什么?
union a {
 int a_int1;
 double a_double;
 int a_int2;
};

typedef struct
{
 a a1;
 char y;
} b;

class c
{
 double c_double;
 b b1;
 a a2;
};
int main()
{
    cout << "b=" << sizeof(b)<<endl;
    cout << "c=" << sizeof(c)<<endl;
    return 0;
}
搜索更多相关主题的帖子: double int union main char 
2008-01-14 16:49
longfeng867
Rank: 1
来 自:重庆
等 级:新手上路
威 望:1
帖 子:182
专家分:0
注 册:2007-5-20
得分:0 

在这个连处女膜都可以伪造的世界里,还有什么值得我相信!
2008-04-23 17:59



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-197442-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.025401 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved