Is there an un-buffered I/O in Windows system?

Posted by Jinx on Stack Overflow See other posts from Stack Overflow or by Jinx
Published on 2009-03-31T14:18:12Z Indexed on 2010/03/20 21:01 UTC
Read the original article Hit count: 293

Filed under:
|
|
|
|

I want to find low-level C/C++ APIs, equivalent with "write" in linux systems, that don't have a buffer. Is there one?

The buffered I/O such as fread, fwrite are not what I wanted.

© Stack Overflow or respective owner

Related posts about c

    Related posts about c++