统计c盘的PE文件的个数 (遍历所有文件)
摘要:
PE文件有 if(tmp=="exe"||tmp=="sys"||tmp=="dll"||tmp=="ocx"||tmp=="com") 这几种格式。代码如下View Code #pragma warning (disable:4786)#include <iostream>#include <io.h> // _findfirst() _findnext()#include <string.h> //strcat()#include <stdio.h& 阅读全文
posted @ 2011-11-11 00:05 zhxfl 阅读(1077) 评论(9) 推荐(0)
浙公网安备 33010602011771号