最简单的代码,显示“???”。问题是什么?与您的计算机上的某些程序相同的垃圾,是什么问题以及如何解决?
#include <iostream>
#include <Windows.h>
using namespace std;
int main() {
setlocale(LC_ALL, "Russian");
cout <<"Дароу"<<endl;
return 0;
}
最简单的代码,显示“???”。问题是什么?与您的计算机上的某些程序相同的垃圾,是什么问题以及如何解决?
#include <iostream>
#include <Windows.h>
using namespace std;
int main() {
setlocale(LC_ALL, "Russian");
cout <<"Дароу"<<endl;
return 0;
}
尝试在控制台属性中设置 Lucida Console
俄语 Windows 上的变体:
重启..
这对我有用,感谢所有回复。