字符串赋值,记一下

void CImgButton::SetServerName(TCHAR * strName)
{
 memset(strText,0,65);
 memcpy(strText,strName,64);
}

posted @ 2011-10-27 10:58  lingyun1120  阅读(185)  评论(0编辑  收藏  举报