摘要: Default ConstructorWhich case will created 'default constructor' by compiler?Four case:1.The member object has a default constructor.class Foo{ public... 阅读全文
posted @ 2014-04-03 16:57 手机从业者 阅读(122) 评论(0) 推荐(0)
摘要: 3.The difference between "struct" and "class"in language "C", struct will conbine the data:ex:typedef struct _Point3d{long _x;long _y;long _z;int (*ge... 阅读全文
posted @ 2014-03-25 15:22 手机从业者 阅读(89) 评论(0) 推荐(0)
摘要: Agenda:1.Layout Costs for Adding Encapsulation.2.The C++ object Mode3.difference beteen "struct" and "class"4.An Object Distinction/******************... 阅读全文
posted @ 2014-03-21 11:59 手机从业者 阅读(170) 评论(0) 推荐(0)