1. 使用TCHAR類型,定義在tchar.h中 #include tchar.h #include stdio.hint main() { TCHAR s[] = "你"; printf("%s /n",s); return 0;} 2.關於C++中文字符的處理 一 引入問題 代碼 wchar_t