摘要: 实现类 CXmlParse啥也不说了 直接上硬货believe yourself 一看就明白CXmlParse.h#ifndef __C_XML_PARSE__#define __C_XML_PARSE__#include "cocos2d.h"using namespace cocos2d;class CXmlParse : public CCObject , public CCSAXDelegator{public: CXmlParse(void); ~CXmlParse(void); static CXmlParse* parseWithFile(const char 阅读全文
posted @ 2013-09-01 21:36 解放1949 阅读(759) 评论(1) 推荐(0)
摘要: #include "stdafx.h"#include using namespace std;class MyString{public: MyString(const char *str = NULL); //通用拷贝构造函数 MyString(const MyString &another... 阅读全文
posted @ 2013-09-01 13:04 解放1949 阅读(409) 评论(0) 推荐(0)