摘要:
// FindFile.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include <io.h>#include <string.h>#include <iostream.h>const int MAXLEN = 1024; //定义最大目录长度unsigned long FILECOUNT = 0; //记录文件数量void ListDir(const char* pchData,const char * pFileNam 阅读全文