摘要:
CString转换成char* CString strSource;//宣告CStringchar* charSource; //宣告char*法1:charSource = (char*)strSource.GetBuffer(0);法2:charSource = (char*)strSource.GetBuffer(strSource.GetLength());法3:charSource = ... 阅读全文
posted @ 2016-08-10 15:47
今夜太冷
阅读(39193)
评论(0)
推荐(0)
浙公网安备 33010602011771号