CSrting -> char[]
strcpy(char,cstring);
CString->char*
CString s = _T("passwordfsdfasdfasdf");
char *psw = s.GetBuffer(0);
CSrting -> char[]
strcpy(char,cstring);
CString->char*
CString s = _T("passwordfsdfasdfasdf");
char *psw = s.GetBuffer(0);
1万+

被折叠的 条评论
为什么被折叠?