摘要: 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)