Q:
how can C comunicate with windows NT or any of the same
please do suggest me a book on windows programming using C
i need to develop a application which will work just like net send
A:
On Windows just as on UNIX you can use TCP/IP socket to communicate. A
good introduction on socket programming is Beej's guide
http://www.ecst.csuchico.edu/~beej/guide/net/
regards,
Peter
[ back to toc ]