03-01-2002
2,
0
Join Date: Jan 2002
Last Activity: 3 March 2002, 6:29 AM EST
Posts: 2
Thanks Given: 0
Thanked 0 Times in 0 Posts
File *
Can anyone tell me how to refresh the content of a FILE *, so that without reopening you can read its modyfied contents? I was adviced to make the FILE * unbuffered, so I did using setvbuff(), everything compiled smoothly, but it just didnt refresh the file, after it was opened. What should I do? Are any other related functions?