本文介绍了修改TextFile的特定行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,


我想在不创建临时文件的情况下使用本机C ++修改文本文件中特定行的定义行。


请帮助我如何使用fopen(),fclose()等实现相同的功能

解决方案

你试过什么解决方案远吗?


如果你发布你的代码,我确信社区会回复你可以提供帮助的有用指导。


Hello,

I want to modify specific line of defined line no in text file using native C++ without creating temporary file.

Please help me how can I achieve the same using fopen(),fclose() etc

解决方案

What solution have you tried so far?

If you post your code I'm sure that the community will respond with helpful guidance that can assist you.


这篇关于修改TextFile的特定行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-27 16:18