摘要: class Book{public: Book(); virtual ~Book(); Chapter *m_Chapter;};class Chapter{public: Chapter(); virtual ~Chapter();}; 阅读全文
posted @ 2009-02-07 16:43 jerry550409 阅读(180) 评论(0) 推荐(0) 编辑
摘要: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->class Team{public: Team(); virtual ~Team(); Player *m_Player;};class Player{public: ... 阅读全文
posted @ 2009-02-07 10:05 jerry550409 阅读(133) 评论(0) 推荐(0) 编辑
摘要: class Class5{public: Class5(); virtual ~Class5(); Class5 *target;}; 阅读全文
posted @ 2009-02-07 08:53 jerry550409 阅读(101) 评论(0) 推荐(0) 编辑