CStdioFile的WriteString 不能写汉字或英文的解决办法

.h中加:#include <locale.h>

.cpp的函数中加:setlocale(LC_CTYPE,"chs");

你可能感兴趣的:(CStdioFile的WriteString 不能写汉字或英文的解决办法)