2016年10月23日

C语言 自动修改文件名小程序

摘要: #define _CRT_SECURE_NO_WARNINGS #include #include #include #include int protectstr(const char *name,char *newname,int len) { int errmsg = 0; /*先找到数字5或者6,其次判断相邻的3个字符是否都是数字,取出数字*/ int ... 阅读全文

posted @ 2016-10-23 23:01 寒魔影 阅读(2155) 评论(0) 推荐(0)

导航