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