Advertisement

Winsock (win32 app.)

Started by June 15, 2001 10:29 PM
3 comments, last by Scooter 23 years, 7 months ago
Lookin'' for some sample code on a Win32 server/client program, can anyone help ? (not MFC not console)
We are here just like this,It really doesn't matter why.The world is here like it is,'We could laugh we could cry.Is it good or is it bad,Wright or maybe wrong?There's no use of being sad,Without a purpose within a song.
Well, Petzold''s Win32 book, _Programming Windows_, briefly covers sockets.

Otherwise, a good place to start might be Beej''s guide.
http://www.ecst.csuchico.edu/~beej/guide/net/

Note that Beej''s guide is based on Unix sockets (which is almost identical to windows sockets in terms of syntax).
I''d recommend having MSDN handy, also.

--Rob
Advertisement
Are you looking for VB examples or C++ ones?



Dire Wolf
www.digitalfiends.com
[email=direwolf@digitalfiends.com]Dire Wolf[/email]
www.digitalfiends.com
I'm working on that too, this helped me a lot

http://www.hal-pc.org/~johnnie2/winsock.html

and here

http://www.cyberport.com/~tangent/programming/winsock/

Edited by - alchemar on June 16, 2001 1:02:50 AM
if you want udp
go here:
UDP Sockets

Arkon
[QSoft Systems]

This topic is closed to new replies.

Advertisement