C++如何对文件进行边读边写操作?
例如test.txt里原本的文件内容是//thisisafilefortestintmain(){//C++coadreturn0;}我希望的效果是按行读取文件,如果遇到...
例如 test.txt 里原本的文件内容是
// this is a file for test
int main()
{
// C++ coad
return 0;
}
我希望的效果是按行读取文件,如果遇到“//”就要“/**/” 替换并在其后留一个空白行,结果要保存到原文件。
程序执行完test.txt里的内容变成
/* this is a file for test*/
void main()
{
/* C++ coad*/
return 0;
} 展开
// this is a file for test
int main()
{
// C++ coad
return 0;
}
我希望的效果是按行读取文件,如果遇到“//”就要“/**/” 替换并在其后留一个空白行,结果要保存到原文件。
程序执行完test.txt里的内容变成
/* this is a file for test*/
void main()
{
/* C++ coad*/
return 0;
} 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询