在vscode中使用mingw g ++时,控制台上的字符会被破坏

时间:2018-06-14 12:22:19

标签: c++ visual-studio-code mingw

我的代码是:

#include <stdio.h>

int main()
{
    printf("test, World!\n");
    return 0;
}

在vscode中使用mingw g ++时,控制台上的字符会被破坏。 请帮助我:(

编码是utf8。

vscode console.jpg

0 个答案:

没有答案