Q:
Hi there,
I need help getting started on the client/server C code for a Windows 98
box. I can't find any tutorials on how to do this. Do you have any
suggestions or sample code? Thank you!
*NAME-DELETED*
A:
Go to www.google.com
Search the words: socket tutorial
Find the first link listed on the results set:
http://www.ecst.csuchico.edu/~beej/guide/net/
This is really a good tutorial on socket programming. Win32 socket
programming is practically the same as UNIX.
For the slight differences read the MSDN documentation.
Regards,
Peter
[ back to toc ]