my code is :
#include <stdio.h>
int main()
{
printf("test, World!\n");
return 0;
}
When using mingw g ++ in vscode, the characters on the console are broken. pls, help me :(
The encoding is utf8.
my code is :
#include <stdio.h>
int main()
{
printf("test, World!\n");
return 0;
}
When using mingw g ++ in vscode, the characters on the console are broken. pls, help me :(
The encoding is utf8.