Основная ошибка
Когда я пробую несколько «исправлений», если они не указаны, я всегда получаю одну и ту же ошибку:
Код: Выделить всё
Debug Assertion Failed!
Program: ...nts\visual studio 2013\Projects\roguelike\Debug\roguelike.exe
File: f:\dd\vctools\crt\crtw32\stdio\fputc.c
Line: 48
Expression: ((_Stream->_flag & _IOSTRG) || ( fn = _fileno(_Stream),
((_textmode_safe(fn) == _IOINFO_TM_ANSI && !_tm_unicode_safe(fn))))
For more information on how your program can cause an assertion failure,
see the Visual C++ documentation on asserts
(Press Retry to debug the application)
Я пытался сделать все следующее, чтобы вывести его:
Код: Выделить всё
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/26834947/how-to-output-unicode-in-c-without-setmode[/url]
Мобильная версия