摘要:
第2章 Unicode char c = 'A'; char a[]= "Hello!"; c语言中的宽字符类型wchar_t,在WCHAR.H中定义 typedef unsigned short wchar_t; wchar_t c = 'A';占两个字节0x0041,小端序:0x41, 0x00 阅读全文
摘要:
hello world print("hello world") 阅读全文
摘要:
解决方法 阅读全文