wprintf 中文
摘要:
#include <locale.h>void main(){ wchar_t ttttt[] = {L"冰河时代"}; setlocale(LC_ALL, "chs"); wprintf(L"title:%s\r\n",ttttt);} 阅读全文
posted @ 2011-11-08 14:00 老顽童 阅读(223) 评论(0) 推荐(0) 编辑
2011年11月8日 #
posted @ 2011-11-08 14:00 老顽童 阅读(223) 评论(0) 推荐(0) 编辑