c++ - how can i replace a line text file (mfc)? - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
c++ - how can i replace a line text file (mfc)? - Stack Overflow
This only works if the new and old line have the same length. You can save the
current position of the file stream. Seek back, to the old position, write ...