摘要: 一.在字符串前加一个L作用: 如 L"我的字符串" 表示将ANSI字符串转换成unicode的字符串,就是每个字符占用两个字节。 strlen("asd") = 3; strlen(L"asd") = 6; 二.LPCTSTR和LPCWSTRLP... 阅读全文
posted @ 2017-08-13 20:43 birdhumen鸟人 阅读(1050) 评论(0) 推荐(0) 编辑