I use Borland C++ compiler (latest version).

I found this tutorial via a post mathgirl made:
http://www.hal-pc.org/~johnnie2/winsock.html

Remember that any code presented in this tutorial should be linked with the Winsock library, usually wsock32.lib or something similarly named
How do I do that? I've searched this forum and google but I can't seem to find the answer...

Thx

EDIT: if you know any tutorials on networking in c++ (windows) please post them, they are hard to find.