Is it possible to use fstream to insert data in the middle of file? Do I need to rewrite the file each time? What if I want to remove data from the middle of a file?
I have a bunch of lists I'd like to save to the HD but the only thing that works is rewriting the whole list. Does this become a problem as the lists get larger?
Paul




Reply With Quote