Click here to Skip to main content
15,917,533 members

Comments by surajgirioffl (Top 2 by date)

surajgirioffl 13-Jul-21 11:46am View    
can we say 'stream' to the FILE * return by fopen() ?
surajgirioffl 16-Jun-21 2:19am View    
@OriginalGriff: How output buffer gets completly full? actually I want to know that how it know that it reached at the end of data?

In line buffered when '\n' encounter then it understand it is end point and sends the data but there is no such condition in fully buffererd, here condition is that when the buffer get full then only it can send the data. but I want to know that when the buffer gets full? what are the conditions on which it knows that I am full, now I will send the data that I have stored.

I think you understand my problem.