Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Inserting

Name: Anonymous 2009-09-03 7:48

are there any open/write functions for C , which do not overwrite chars in a file , but insert them ?

or do i have to write a shitty loop that just reads , stores and writes a char ?

also discuss file and string handling libraries because most that i have seen suck .

Name: Anonymous 2009-09-03 8:40

>>6
If you'd like to learn more of this matter, look into filesystem designs. They do lots of work to make common file operations as efficient as possible.

Out of interest, why do you have to insert data in the middle of a file in the first place? I think that's quite rare (it's not a common operation in any case).

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List