weixin_39730263的博客以下都是我在使用Devc++的过程中出现过的错误,通过查找资料解决问题,今天小小地记录、整理一下。1.[Error] invalid conversion from 'const char*' to 'char' [-fpermissive]出现该错误的原因是:使用字符串操作...
shengchuanxiaye的博客Tools(工具)--Compiler Options(编译选项)--General--勾选“Add the following commands when calling the compiler”,在下面的方框内键入“-fexec-charseet=gbk”--OK。Tools(工具)--Editors Options...