windows编程一些小知识
摘要:
1.Unicode字符。 以一个内建的数据类型wchar_t,以其来表示16位的Unicode(UTF-16)字符。 eg:wchar_t c=L'A'; 在WinNT.h中定义有: typedef char CHAR;//An 8-bit character typedef wchar_t ... 阅读全文
posted @ 2014-11-28 20:07 Zachary_wiz 阅读(204) 评论(0) 推荐(0) 编辑