B
Bill Cunningham
Is there any benefit to using any of the buffering functions when
reading and writing to disk? For example setlinebuf(). I understand by
default file streams are read as blocks. Does line buffering add any
benefits for certain situations? And what are these "unlocking" versions of
stream functions in the stdio library?
Bill
reading and writing to disk? For example setlinebuf(). I understand by
default file streams are read as blocks. Does line buffering add any
benefits for certain situations? And what are these "unlocking" versions of
stream functions in the stdio library?
Bill