有求必应

导航

2017年2月10日 #

char与CString相互转换

摘要: Char -> CStringchar ch[] = "Hello";CString str;str.Format("%s",ch);CString ->Charchar ch[6] ;CString str = "Hello";memcpy(ch,str.GetBuffer(str.GetLeng 阅读全文

posted @ 2017-02-10 11:32 名侦探江户川 阅读(400) 评论(0) 推荐(0)