《在DOS屏幕上直接查找字符串,找到的被颜色标记出》
/* 要查找的字符串 */char FindStr;/* 查找字符串函数,返回值为找到的目标字符串个数 */int ChgUIColor(int topy,int bottomy);/* 列文件目录函数 */void DirFileSearch(void);
从网上找到这个。这是做什么用的啊?我试了试不成功,给举个成功的例子吧。
[ Last edited by qpmgljf on 2007-1-8 at 11:50 AM ]
/* 要查找的字符串 */char FindStr;/* 查找字符串函数,返回值为找到的目标字符串个数 */int ChgUIColor(int topy,int bottomy);/* 列文件目录函数 */void DirFileSearch(void);
从网上找到这个。这是做什么用的啊?我试了试不成功,给举个成功的例子吧。
[ Last edited by qpmgljf on 2007-1-8 at 11:50 AM ]
