查看
#include <>
#include <direct.h>
#include <stdio.h>
#include <stdlib.h>
#include <字符串>
#define 最大 256
长总计;
int countLines(const char *filename);
void findAllCodes(const char *path);
void findALLFiles(const char *path);
int countLines(const char *filename)
{
文件 *fp;
整型计数 = 0;
int temp;
if ((fp = fopen(filename, “r”)) == NULL)
{
fprintf(stderr, “Can not open the file:%s\n”, filename);
返回 0;
}
while ((temp = fgetc(fp)) != EOF)
{
if (temp == '\n')
{
计数++;
}
}
fclose(fp);
返回计数;
}
void findAllCodes(const char *path)
{
结构_finddata_t法;
长手柄;
char thePath, target;
strcpy(thePath, path);
if((handle = _findfirst(strcat(thePath, “/*.c”), &fa)) != -1L)
{
做
{
sprintf(target, “%s/%s”, path, fa.name);
总计 += 计数线(目标);
}while (_findnext(handle, &fa) == 0);
}
_findclose(手柄);
}
void findALLDirs(const char *path)
{
结构_finddata_t法;
长手柄;
char thePath;
strcpy(thePath, path);
if((handle = _findfirst(strcat(thePath, “/*”), &fa)) == -1L)
{
fprintf(stderr, “path %s is error!\n”,path);
返回;
}
做
{
if (!strcmp(fa.name, “.”) || !strcmp(fa.name, “..”))
继续;
if( fa.attrib == _A_SUBDIR)
{
sprintf(thePath, “%s/%s”, path, fa.name);
findAllCodes(thePath);
findALLDirs(thePath);
}
}while (_findnext(handle, &fa) == 0);
_findclose(手柄);
}
int main()
{
字符路径 = “.”;
printf(“计算中...\n”);
findAllCodes(path);
findALLDirs(path);
printf(“目前你总共写了 %ld 行代码!\n\n”, total);
系统(“暂停”);
返回 0;
}
1
朕想知道
这是一个回复
怎么有地方老错
{:5_90:}
啦啦啦啦啦啦啦
查看参考答案
0.计算机只识别0和1
1.机器语言
2.编译
3.编译是直接直接给cpu,解释型语言是将代码给解释器然后,解释器翻译后给cpu
4.可以
5.
6.对应的字符有对应的意思,对照翻译
7.亲们趁敌人吃饭时发动进攻
试一试我的实力
加油
hao
lllllllllllllllllllllllllllllllllllllllllllllllllllll
我居然复制都是错的,我太垃圾了。。
1
2022年6月27日新人来报道,零基础自学。
太棒了
1
1