On 5/2/07, sanofsans <[EMAIL PROTECTED]> wrote:

> 1) Does anybody know a good book/link/website on TCP/IP socket
> programming in C for windows (and UNIX)?

"UNIX Network Programming, Volume 1 - Networking APIs: Sockets and
XTI" by Richard Stevens. It's a hefty tome but very thorough.

> 2) Would you recommend using c, c++ or c# for socket programming?

You'd be be using the lower-level C system interface in C++ anyway
(unless you want to build your own Socket classes, or use a thrid
party class library). Note that sockets programming is not part of the
C or C++ standard (but is part of several Unix programming standards,
such as POSIX).

> 3) What compiler supports socket programming the best (in terms of
> libraries etc...)

Any Windows or Unix compiler supports sockets. Don't even think of
trying to use Turbo C.

-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
    If I were to divulge it, it would overturn the world."
               -- Jelaleddin Rumi

Reply via email to