摘要: #include using namespace std;class A{public: A() { cout << "构造函数"; count++; cout <<count<<endl; } ~A() ... 阅读全文
posted @ 2015-01-23 12:37 SunkingYang 阅读(503) 评论(0) 推荐(0) 编辑
摘要: #include#include#includeusing namespace std;//只能处理目录:lpPath只能是路径void find(char *lpPath){ char szFind[MAX_PATH]; char szFile[MAX_PATH]... 阅读全文
posted @ 2015-01-23 12:36 SunkingYang 阅读(272) 评论(0) 推荐(0) 编辑
摘要: #include #include #include //包含system()函数#include using namespace std;const char *to_search = "F:\\pro\\VC++ VFW\\*.cpp"; //欲查找的文件,支持通... 阅读全文
posted @ 2015-01-23 12:33 SunkingYang 阅读(197) 评论(0) 推荐(0) 编辑