WinSocket!

Started by
4 comments, last by zhang_zhou 22 years, 9 months ago
Hey,all... Now,I will start a WinSocket based Servce/Client application,and this application would be a bit complex,but I am a new to WinSocket,so dose anyone can give me some helps on it? any website URLs,articles ant the other more stuff related it are all welcomed! Thanks for any your helps! ============================= Hey,I just wanna know WHY! =============================
============================= Hey,I just wanna know WHY! =============================
Advertisement
http://burks.brighton.ac.uk/burks/pcinfo/progdocs/winsock/winsock.htm
Hey,GandalfDerGraue,thank you for your kind help! it is really useful to me.
============================= Hey,I just wanna know WHY! =============================
i,

I started WinSock programming a while ago and I found a couple resources particularly useful:

WinSock Programmer''s FAQ:
http://www.cyberport.com/~tangent/programming/winsock/

News Servers:
comp.os.ms-windows.programmer.tools.winsock
microsoft.public.win32.programmer.networks

There were also a few sites I used when learning IOCP(I/O Completion Ports) that were particularly useful. If you have a bsaic understand of WinSock and want to take Asynchronous sockets to the next level of performance then IOCP is the way to go. It rocks! I''ll see if I can find the links.
Beej's Guide to Network Programming is the best online network programming guide available. It's meant for *nix, but it has a section on Windows programming that should solve that problem.



Edited by - jonnyfish on July 4, 2001 9:02:09 PM
WOW,Great!

Thanks to all the reply guys.
============================= Hey,I just wanna know WHY! =============================

This topic is closed to new replies.

Advertisement