string str ="abc";CString cstr = str.c_str(); string temp;temp = cstr.GetBuffer(cstr.GetLength());互转
string与cstring直接用vc就能自动转换吧?