第十九篇:双字型

#include <iostream>

#include <locale>

using namespace std;

int main()

{

setlocal(LC_ALL,chs);//设置本地语言(全部设置,简体中文)

wchar_t wt[] = L;

wcout<<wt;

return 0;

}

posted @ 2013-07-31 13:15  GOD攀  阅读(158)  评论(0编辑  收藏  举报