Results 1 to 3 of 3
how to find the type of buffer...
setvbuf is for setting the buffer type...
I need to find the type of buffer a file opened in c ?? how ??...
- 02-19-2008 #1
determining the type of buffer
how to find the type of buffer...
setvbuf is for setting the buffer type...
I need to find the type of buffer a file opened in c ?? how ??
- 02-19-2008 #2
In ANSI C, there is no way to do that.
--
Bill
Old age and treachery will overcome youth and skill.
- 02-20-2008 #3
yes, you are right, and thanks for your help
yes, there is no way to find it.... i also searched a lot..
now with your answer i got confirmed that there is no way to query it..
THANKS a lot...


Reply With Quote