Re: GTK functions for open(), read(), write()



On Tue, 24 Oct 2000, Thomas Morris wrote:

Thanks for the help. I posed this question mainly because of porting
issues to the Win32 platform. Microsoft has a reputation for doing
things their own way and it wouldn't surprise me if their C libraries
version of fopen() didn't diverge from the Standard C libraries version.

Well in that case, you can be reassured: open(), read() and write() behave
exactly in the same way on Win32. Beware however when mixing files and
sockets : it is not possible to read() or write() a socket on Win32 (use
recv() and send()), or to do a select() on a file. 

-- 
Alexandre Fayolle
http://www.logilab.com 
LOGILAB, Paris (France).





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]