VC & C++( )
CString text = "adf";
CString value = "";
strcpy((LPSTR)(LPCSTR)value, text);
上面操作会改变 CString 的空值。
CSting str ="";
此时,str 的值为 "adf"。
回复Comments
作者:
{commentrecontent}