L
Lambda
As I know, when I use ifstream and ofstream to read and write file,
it will use a stream buffer internally.
How large is the stream buffer?
If I want to write a large file, need I define a stream buffer myself?
In what situation, user-defined stream buffer is useful?
it will use a stream buffer internally.
How large is the stream buffer?
If I want to write a large file, need I define a stream buffer myself?
In what situation, user-defined stream buffer is useful?