如果遇到下面的问题
error: stray ‘\342’ in program
error: stray ‘\200’ in program
error: stray ‘\235’ in program
error: stray ‘\342’ in program
error: stray ‘\200’ in program
error: stray ‘\230’ in program
error: stray ‘\342’ in program
error: stray ‘\200’ in program
error: stray ‘\231’ in program
error: stray ‘\342’ in program
error: stray ‘\200’ in program
有可能是存在中文字符,如果实在找不着字符,可以用notepad++打开 点格式,把文件转为ANSI编码
本文解决了一种常见的编程问题,即程序中出现不明特殊字符导致的编译错误。通过使用Notepad++将文件编码从UTF-8转换为ANSI,可以有效解决此问题。
1232

被折叠的 条评论
为什么被折叠?



