《windows核心编程》笔记(二)
摘要:
单字节和双字节字符示例: #include #include #include #include #include int main(){ char* str1 = "Count."; wchar_t* wstr1 = L"Count."; char * mbstr1; char * locale_string; // strlen gives the length of si... 阅读全文
posted @ 2008-06-07 14:41 Phinecos(洞庭散人) 阅读(1062) 评论(0) 推荐(0) 编辑