求助!C++读取TXT里的内容要怎么弄啊?
这是我的程序:#include"stdafx.h"#include<iostream>#include<fstream>#include<string>usingname...
这是我的程序:
#include "stdafx.h"
#include<iostream>
#include<fstream>
#include<string>
using namespace std;
int main(){
ifstream filepoint("sss.txt");
filepoint.open("sss.txt");
string str;
while(!filepoint.eof()){
getline(filepoint,str,'\n');
cout<<str<<endl;
}
filepoint.close();
return 0;
}
但是运行了就是不对。。
所用的sss文档在D盘中 是我路径没写对吗?还是什么问题?希望有大佬帮我解答一下~ 展开
#include "stdafx.h"
#include<iostream>
#include<fstream>
#include<string>
using namespace std;
int main(){
ifstream filepoint("sss.txt");
filepoint.open("sss.txt");
string str;
while(!filepoint.eof()){
getline(filepoint,str,'\n');
cout<<str<<endl;
}
filepoint.close();
return 0;
}
但是运行了就是不对。。
所用的sss文档在D盘中 是我路径没写对吗?还是什么问题?希望有大佬帮我解答一下~ 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询