摘要:
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... 阅读全文