65,211
社区成员
发帖
与我相关
我的任务
分享
#include <afx.h>
void main()
{
CString s = "Google";
char c = 34;
s = s + (CString)c + s;
int i = s.Find(34);
printf("%d\n%s\n", i, s);
}
#include <afx.h>
void main()
{
CString s = "Google";
char c = 34;
s = s + (CString)c + s;
int i = s.Find(34);
printf("%d\n%s\n", i, s);
}
Find("\"",0)