摘要: CString is based on the TCHAR data type. If the symbol _UNICODE is defined for your program, TCHAR is defined as type wchar_t, a 16-bit character type; otherwise, it is defined as char, the normal 8-bit character type. Under Unicode, then, CString objects are composed of 16-bit characters. Without U 阅读全文
posted @ 2009-03-13 15:12 小 楼 一 夜 听 春 雨 阅读(611) 评论(0) 推荐(0)