【已解决】为什么这样写会出错?
int start=html.Find("1);
if (start==-1) return NULL;
html为一cstring;
提示:
error C2668: 'CString::CString' : ambiguous call to overloaded function
[此贴子已经被作者于2007-9-1 15:59:12编辑过]
int start=html.Find("1);
if (start==-1) return NULL;
html为一cstring;
提示:
error C2668: 'CString::CString' : ambiguous call to overloaded function
[此贴子已经被作者于2007-9-1 15:59:12编辑过]