随笔分类 - Inside object C++ mode
C++ object mode
摘要:Default ConstructorWhich case will created 'default constructor' by compiler?Four case:1.The member object has a default constructor.class Foo{ public...
阅读全文
摘要: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...
阅读全文
摘要:Agenda:1.Layout Costs for Adding Encapsulation.2.The C++ object Mode3.difference beteen "struct" and "class"4.An Object Distinction/******************...
阅读全文

浙公网安备 33010602011771号