Answer the question
In order to leave comments, you need to log in
Problem with encoding in Atom (gpp compiler)?
Essence such
There is some program which has conclusions in Russian.
When compiling in the cmd window, all sorts
of bugs Code example:
#include <stdio.h>
#include <stdlib.h>
#include <locale.h>
#include <windows.h>
int main()
{
setlocale(LC_CTYPE,"Russian");
SetConsoleCP(1251);
SetConsoleOutputCP(1251);
printf("Помоги хабр");
return 0;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question