已有5人关注
有何错误(如何更改)
发表在VC++图书答疑 2017-10-14 悬赏:5 学分 《Visual C++从入门到精通(第4版)》第15章 文件与注册表操作
是否精华
版块置顶:

如下代码:::

错误在图片中

ScreenShot_20171014183429.png


#include <io.h>  

#include "stdafx.h"

#include <iostream>  

#include <cstring>  

#include <string>


using namespace std;

//读取文件夹设定

const string path = "D:\\pp\\";



int main() 

{

_finddata_t file;

long lf;

if ((lf = _findfirst((path + "*.*").c_str(), &file)) == -1)

cout << "Not Found!" << endl;

else {

// cout<<"file name list:"<<endl;  

while (_findnext(lf, &file) == 0) {

{

string str = file.name;

//修改扩展名为.jpeg

str += ".jpeg";

//重命名文件

if (rename((path + string(file.name)).c_str(), (path + str).c_str()) == 0)

{

//cout << "1" << endl;

}

}

}

}

_findclose(lf);

return 0;

}


分享到:
精彩评论 2
大米粥
学分:1330 LV8
TA的每日心情
伤心
2017-05-02 10:51:31
2017-10-16
沙发

这段代码我用dev c++运行,并没有发现错误,可以实现修改后缀名的功能。

无数的星球_1489066332
学分:27 LV2
2017-10-21
板凳

大米粥 发表于2017-10-16 14:15

这段代码我用dev c++运行,并没有发现错误,可以实现修改后缀名的功能。

那如果使用VC++怎么办呢

如何转换呢

首页上一页 1 下一页尾页 2 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照