#include
#include
#include
using namespace std;
void main()
{
//读取1.txt全部内容
ifstream ifs("逗圆1.txt");//如果需要,请修改文件散指宴路冲银径
if(!ifs)
{
cout<<"文件打开失败!";
return;
}
char ch[100];
while (!ifs.eof())
{
ifs.getline(ch,100);
cout<
//字符串“123”写入2.txt
char a[]="123";
ofstream ofs("2.txt");
ofs<}
#include
#include
#include
using
namespace
std;
void
main()
{
//读取1.txt全部内容
ifstream
ifs("1.txt");//如果需要团启弯,请修改文件路径
if(!ifs)
{
cout<<"文件打开失败!";
return;
}
char
ch[100];
while
(!ifs.eof())
{
ifs.getline(ch,100);
cout<旁凳
//字符串“123”写塌闷入2.txt
char
a[]="123";
ofstream
ofs("2.txt");
ofs<}
#include
#include
#include
using
namespace
std;
void
main()
{
//读取1.txt全部内容
ifstream
ifs("1.txt");//如果需要,请修改棚核谈文件路径
if(!ifs)
{
cout<<"文件打开失氏乎败!";
return;
}
char
ch[100];
while
(!ifs.eof())
{
ifs.getline(ch,100);
cout<
评论链碰
0
0
加载更多
通过Istream 和Ostream 进行读写操作