摘要:
//将TCHAR转为char //*tchar是TCHAR类型指针,*_char是char类型指针 TcharToChar (const TCHAR * tchar, char * _char) { int iLength ; //获取字节长度 iLength = WideCharToMultiBy 阅读全文
posted @ 2021-03-31 19:39
HappyCoder_1
阅读(1077)
评论(0)
推荐(0)
摘要:
变量是a的数组或者字符串溢出 阅读全文
posted @ 2021-03-31 14:40
HappyCoder_1
阅读(109)
评论(0)
推荐(0)