S1E2代码测试没有出错 运行结果却不对该怎么办
不知道为什么上不了图片 自己敲得代码和小甲鱼给的代码运行结果都一样, 显示结果为0计算中...
The path .Debug is wrong !
目前你总共写了0行代码!
请按任意键继续. . .
文件地址是“C:\Users\小傻子、Desktop\1\Debug\1.exe"
请问大佬们应该怎么改 谢谢啦
#include <io.h>
#include <direct.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define MAX 256
long total;
int countLines(const char *filename);
void findAllCodes(const char *path);
void findALLFiles(const char *path);
int countLines(const char *filename)
{
??????? ba21 发表于 2019-9-7 22:00
???????
我是用VC++6.0做的,代码没出错,但运行结果不对 大佬知道问题在哪吗 目前具体情况未知,反正根据我之前的情况,可能是文件格式的原因
小甲鱼的代码中写的代码是.c,而我自己写的时候保存文件默认的.cpp,修改一下就可以了,当然不排除其他情况的可能...
页:
[1]