sockets libraries


Hi,

I am trying to make a socket program but my compiler don't have the necesary libraries to start, I have a lot of information of how to do sockets but I don't find the libraries that I need.

Somebody know where I can find the <sys/socket.h> library?

I would be very grateful if somebody could help me to find it,

thanks!!
I think Dev-c++ comes with that header, migt be wrong though.
What OS/Compiler are you using?
I am using the visual c++ complier.
You need winsock.h and ws2_32.lib from the Platform SDK.
Topic archived. No new replies allowed.