董蒙蒙 发表于 2012-9-22 21:19 在定义上,结构体可以象类一样可以单独定义. class student{}; struct student{};
liuyj 发表于 2012-9-24 11:20 类和机构的区别: 相同点: 都可以包含字段,方法, 都可以实现接口