0
点赞
收藏
分享

微信扫一扫

C - error: converting to execution character set:Illegal byte sequence


如图所示(Codeblocks IDE)

C - error: converting to execution character set:Illegal byte sequence_C/C++

很多人之前也是因为编码的问题,可能这里填的是 UTF-8,写 GBK 试试~

-finput-charset=GBK(或GB2312)即可通过编译


举报

相关推荐

0 条评论