+ 1
How to remove some text from txt file via C++ fstream.
How to remove some specific part or section of text in a txt file via file handing or fstream in C++.
1 Answer
+ 1
How about using Regular expression.
Regular expressions are a powerful tool that allows you to solve complex text processing problems quite simple.