The simplest code, displays "?????". What is the problem? The same garbage with some programs on the computer, what is the problem and how to fix it?
#include <iostream> #include <Windows.h> using namespace std; int main() { setlocale(LC_ALL, "Russian"); cout <<"Дароу"<<endl; return 0; } 