Answer the question
In order to leave comments, you need to log in
Cyrillic in c++, how to work with wstring?
How to work with Russian letters in c++? output is empty. Is there a way to overwrite the L"" string?
#include <iostream>
#include <string>
using namespace std;
int main()
{
wstring myStr;
getline(wcin , myStr);
wcout << myStr[0] << endl;
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