char * p="i love vc";
CString temp=(CString)p;
int count=strlen(temp);
是不是这样.