I\'m trying to output Russian words in Visual Studio 2008. I wrote:
#include
#include
using namespace std;
void main()
{
The problem is that you aren't using Unicode characters set (wstring, wcout as @
Bình Nguyên have already mentioned). There are two ways to solve this problem:
1. Use unicode characters set.
2. Go to Control Panel -> Region and Language -> Administrative Tab -> Language for non-Unicode programs -> Change system locale... -> choose Russia.