www.digitalmars.com         C & C++   DMDScript  

c++.windows.32-bits - fdopen and sockets

reply "Steve Adams" <adamss ascinet.com> writes:
Is it the case that fdopen() and the file operations do not work with values
returned from the socket() call?
Jun 13 2002
parent Jan Knepper <jan smartsoft.cc> writes:
That would not surprize me.
Win32 is not Unix...
The stdlib does not have an implementation for sockets yet I would guess.

Jan



Steve Adams wrote:

 Is it the case that fdopen() and the file operations do not work with values
 returned from the socket() call?
Jun 13 2002