马上注册,结交更多好友,享用更多功能^_^
您需要 登录 才可以下载或查看,没有账号?立即注册
x
我是按照小甲鱼的代码一行一行敲的,绝对没错,但是他还是报错?
主要是以下问题:cl.c:86:25: error: 'zxsq' undeclared (first use in this function)
86 | char thePath[MAX], target[MAX];
| ^~~~
cl.c:86:25: note: each undeclared identifier is reported only once for each function it appears in
cl.c:86:30: error: 'anti' undeclared (first use in this function)
86 | char thePath[MAX], target[MAX];
| ^~~~
cl.c:86:35: error: 'bbcode' undeclared (first use in this function)
86 | char thePath[MAX], target[MAX];
| ^~~~~~
原帖:https://fishc.com.cn/thread-66283-1-1.html
我试了试。按源文件是可以运行的
应该是你编译器的问题,我用的DEV-C++MinGW
|