上一页 1 ··· 6 7 8 9 10
摘要: 转自http://www.2cto.com/kf/201111/112519.htmlconst static class CConvert{ public: static void _enBase64Help(unsigned char chasc[3],unsigned char chuue[4]); static void _deBase64Help(unsigned char chuue[4],unsigned char chasc[3]); ... 阅读全文
posted @ 2013-05-29 09:52 MrBlue 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 参考了http://blog.sina.com.cn/s/blog_a502f1a30101hvh7.html头文件#include "cocos2d.h"class CCLabelTTFStroke : public cocos2d::CCNode{public: CCLabelTTFStroke(); ~CCLabelTTFStroke(); public: static CCLabelTTFStroke* create(const char *string, const char *fontName, float fontSize, float ... 阅读全文
posted @ 2013-05-29 09:46 MrBlue 阅读(1991) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10