WCHAR 資料類型包含16位的Unicode 字元。 C++ 複製. #if !defined(_NATIVE_WCHAR_T_DEFINED) typedef unsigned short WCHAR; #else typedef wchar_t ...
確定! 回上一頁