ANSWERS: 1
  • Assuming the text you want to insert is n bytes long: 1) Read the text file starting at the insertion point into a memory buffer. 2) Move the file pointer back to the insertion point 3) Write out the string you want to insert into the file. 4) Write out the buffer using the same file pointer. 5) Close the file.

Copyright 2023, Wired Ivy, LLC

Answerbag | Terms of Service | Privacy Policy