摘要: class A{A();~A();char * m_pChar;};class Sum{ Sum(); ~Sum();A *m_pA;};Sum::~Sum(){m_pA=new A();}Sum::~Sum(){delete m_pA;}A::A(){int iCount=3;m_pChar=... 阅读全文
posted @ 2010-08-24 15:35 奥雷连诺 阅读(548) 评论(0) 推荐(0) 编辑