Discussion:
Client Server in C using sockets.
(too old to reply)
Nebbie With Passion
2007-09-16 16:24:02 UTC
Permalink
Hello,

i'm looking for some client server examples using sockets that are were
written in c language and run with Visual Studio 2005 ( i use the compile as
c code option) over windows XP.
did some googling and searches but most of the code samples are for unix
and/or for C++/c# etc.

for example from the MSDN:
http://msdn2.microsoft.com/en-us/library/ms737889.aspx

keep up the good work,
newbbie with passion
Michael K. O'Neill
2007-10-14 01:09:08 UTC
Permalink
Post by Nebbie With Passion
Hello,
i'm looking for some client server examples using sockets that are were
written in c language and run with Visual Studio 2005 ( i use the compile as
c code option) over windows XP.
did some googling and searches but most of the code samples are for unix
and/or for C++/c# etc.
http://msdn2.microsoft.com/en-us/library/ms737889.aspx
keep up the good work,
newbbie with passion
Some pure-C samples are available at
http://tangentsoft.net/wskfaq/examples/index.html

Why do you think the samples at your link are not C?

Loading...