按如下操作即可
在CodeBlocks菜单settings -> compiler and debugger settings -> global compiler settings -> compiler settings -> Other Options, 在其中输入语句
-fexec-charset=GBK -finput-charset=UTF-8
code blocks里无法输入中文,怎么办?
Posted in C语言编程
按如下操作即可
在CodeBlocks菜单settings -> compiler and debugger settings -> global compiler settings -> compiler settings -> Other Options, 在其中输入语句
-fexec-charset=GBK -finput-charset=UTF-8