摘要:
转载请注明出处:http://blog.csdn.net/qq_26093511/article/category/6752927例子: wchar_t *chinese_str = L"韦gif"; unsigned int *p = (wchar_t *)chinese_str; int i... 阅读全文
posted @ 2017-03-04 19:01
隔壁王叔叔a
阅读(227)
评论(0)
推荐(0)
摘要:
转自:http://blog.csdn.net/nodeathphoenix/article/details/74167251. 首先,说下窄字符char了,大家都很清楚,就是8bit表示的byte,长度固定。char字符只能表示ASII码表中的256个字符,包括前128个可见字符和后面的12... 阅读全文
posted @ 2017-03-04 17:07
隔壁王叔叔a
阅读(431)
评论(0)
推荐(0)