Answer the question
In order to leave comments, you need to log in
Why are there no Russian letters?
Let's say we have C++ code:
#include <iostream>
using namespace std;
int main()
{
// :)
int a,b;
cout << "Введи число A: \n";
cin >> a;
cout << "Введи число B: \n";
cin >> b;
cout << "Результат: " << a+b;
return 0;
}
Answer the question
In order to leave comments, you need to log in
Well, like the first link in Google: https://code-live.ru/post/cpp-russian-locale-for-w...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question