文件名称:C++ sizeof 使用规则及陷阱分析
文件大小:60KB
文件格式:DOC
更新时间:2011-10-13 10:50:26
sizeof
struct s1
{
char a;
double b;
int c;
char d;
};
struct s2
{
char a;
char b;
int c;
double d;
};
cout<
文件名称:C++ sizeof 使用规则及陷阱分析
文件大小:60KB
文件格式:DOC
更新时间:2011-10-13 10:50:26
sizeof
struct s1
{
char a;
double b;
int c;
char d;
};
struct s2
{
char a;
char b;
int c;
double d;
};
cout<