摘要: 方法1:使用CArray定义:class test : public CObject{public: CString m_strName; char m_cAddress[80]; int m_iAge;public: test(); test& operator=( const test& cSrc);};test::test() //构造函数test& test::op... 阅读全文
posted @ 2008-12-10 10:20 西风残照 阅读(2370) 评论(0) 推荐(0)