CString 初始化问题

      VC & C++ 2009-9-17 11:37

 

CString text = "adf";

CString value = "";

strcpy((LPSTR)(LPCSTR)value, text);

上面操作会改变 CString 的空值。

CSting str ="";

此时,str 的值为 "adf"。

标签集:TAGS:
回复Comments() 点击Count()

回复Comments

{commentauthor}
{commentauthor}
{commenttime}
{commentnum}
{commentcontent}
作者:
{commentrecontent}