In my application i am creating log file of size 5kb .If i exceeds 5 kb of file size , I have to overwrite the old contents with the help of new contents.
If you have any ideas just share with me.
I also need implementation of this technique in c++
I provide some example
Initially the file look like this
sample.txt
sample application text sample
Assume the above sample text file exceeds 5kb then i added new in the source.txt then the file should be like this.
sample.txt
new sample application text sam
Regards, Karthik