+ 1
Russian language in console sololearn (c++)
Hello. How to make support of Russian language (or other) in console sololearn? Thank you :)
3 Answers
+ 1
Подключить #include <locale.h>
И использовать
etlocale(LC_ALL, "Rus");
0
По-моему никак... Печально
0
setlocale(LC_ALL, "Russian");
Вроде так)