Since 4/2/2012 5:56:51 AM, jacob.green has written 3 articles and participated in 0 conversations. jacob.green signature: jacob.green
jacob.green's articles:
Items(3) /1
clearing read stream buffers1838 (2/11/2005 4:28:27 PM) comp.lang.c Does anyone know a standard (or supported on Linux, Mac, Win32) way to clear a read stream buffer (standard ANSI C file stream)? I would even settle for a platform specific way of doing it. And no, I know I ... JG
syncronizing between two file descriptors open on the same file539 (2/4/2005 7:19:19 PM) comp.lang.c Hi all, Does anyone know how the implementations on Linux and Windows handle synchronization between a read and write FD open to the same file. For example, if I have 2 FD open to file X.txt. 1 I use for rea... JG