to output correct characters in your programs use the following:
#include <Windows.h>; int main() { SetConsoleOutputCP(1251); return 0; } |
to output correct characters in your programs use the following:
#include <Windows.h>; int main() { SetConsoleOutputCP(1251); return 0; } |