Code Demo
RichieChyi
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
2 phase constructor
class CStudent : public CBase...{public: static CStudent* NewLC(const TDesC& aName, TInt aNum); static CStudent* NewL(const TDesC& aName, TInt aNum); TInt GetNum() const ...{ return iNum; }原创 2008-02-24 14:06:00 · 559 阅读 · 0 评论 -
CArray
class CStudent : public CBase...{public: static CStudent* NewLC(const TDesC& aName, TInt aNum); static CStudent* NewL(const TDesC& aName, TInt aNum); TInt GetNum() const ...{ return iNum; }原创 2008-02-24 15:25:00 · 682 阅读 · 0 评论 -
RArray
class TStudent...{public: TStudent(const TDesC& aName, TUint aId, TInt aScore); void Display() const; // For Sort static TInt CompareById(const TStudent& s1, const TStudent& s2); stat原创 2008-02-28 21:27:00 · 763 阅读 · 0 评论 -
RPointerArray
class TStudent...{public: TStudent(const TDesC& aName, TUint aId, TInt aScore); void Display() const; // For Sort static TInt CompareById(const TStudent& s1, const TStudent& s2); s原创 2008-02-28 21:52:00 · 703 阅读 · 0 评论
分享