I'd like to insert some content between my textfile. So, I did this by using seekp()
But If I insert the content, it's not added to the existing content.The inserted contents are replaced existing content. How do we solve these problem?
ex) aaaaaa insert bbb at 3
I want ->aaabbbaaa
using seekp()
-> aaabbb