我正在尝试打印俄语"ф"(U + 0444 CYRILLIC SMALL LETTER EF)字符,其代码为十进制1092.使用C++,我该如何打印出这个角色?我会想到下面的内容会起作用,但......
int main (){ wchar_t f = '1060'; cout << f << endl; }
c++ unicode iostream cout wchar-t
c++ ×1
cout ×1
iostream ×1
unicode ×1
wchar-t ×1