Answer the question
In order to leave comments, you need to log in
How to use russian words and asci characters in c++ console?
I want to use ascii characters and Russian words in the console, but I can't figure out how.
These can be used with Russian words or not?
Answer the question
In order to leave comments, you need to log in
#inclube locale. h in angle brackets
And in main function write setlocale(LC_CTUPE, "Russian") ;
For characters you type char x ='34' ;
cout< Will output the character with this code.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question