Hey guys this is my first post here, been reading this site and others for a while and finally ran into a problem that I can't seem to find an answer too.
So I write text to a file, close it, and then open it again, all with ios::app
I want to adjust the put pointer to edit say from the middle or beginning of the file but tellp() always returns 0. This obviously means that seekp(0) does nothing.
Simple example...."outfile.txt" is empty on this run.