Tuesday, July 14, 2009

Can someone give the visual c++ code to delete a particular content in a file?

Please help me!

Can someone give the visual c++ code to delete a particular content in a file?
You have not specified anywhere near enough information.





- what type of content (text? formatted text? binary?)


- remove from the content from the beginning? end? middle?


- how to identify the content to remove (vs. what to leave)?


- can we make a copy of the file, or must this operation be done in-place (i.e. on the original file)?


No comments:

Post a Comment