2013年9月2日

摘要: 想实现strcat功能,直接网上找一个。 第一种: #include "stdafx.h" #include using namespace std; int _tmain(int argc, _TCHAR* argv[]) { char s1[60]="kingbaby"; char *s2="... 阅读全文
posted @ 2013-09-02 17:53 yuan19 阅读(646) 评论(0) 推荐(0) 编辑
摘要: CCSprite* sp = CCSprite::create("Default.png"); sp->setPosition(ccp(240, 160)); addChild(sp); //常见的22种特效 //3D晃动的特效 // CCActionInterval* shaky3D = CCS... 阅读全文
posted @ 2013-09-02 11:50 yuan19 阅读(716) 评论(0) 推荐(0) 编辑

导航