T
T
The-TS2020-02-06 14:45:48
C++ / C#
The-TS, 2020-02-06 14:45:48

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;
}


Why is this instead of
letters :

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Ronald McDonald, 2020-02-06
@Pyhon3x

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 question

Ask a Question

731 491 924 answers to any question