摘要:
CString->TCHAR*的转化可以用函数GetBuff() 函数原型为:LPTSTR GetBuffer( int nMinBufLength );CString str("CString");TCHAR* szMsg = new TCHAR[100];//其参数为CString字符串的长度szMsg = str.GetBuffer(str.GetLength());str.Relea... 阅读全文
posted @ 2010-10-09 15:18
3D入魔
阅读(432)
评论(0)
推荐(0)