News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Berkeley Sockets library

Started by AJEllisuk, April 15, 2010, 04:48:10 PM

Previous topic - Next topic

AJEllisuk

Hi,

I have a project where I need to make use of a sockets library.

I have spen a lot of time searching google for the Berkeley sockets library, and in particular a build which is suitable for Code:Blocks.

I'm aware that MinGW has the hearder files winsock.h and winsock2.h, but I also need the following header files:

  #include <netinet/in.h>
  #include <arpa/inet.h>

Can someone please advise me on where to obtain a build of sockets library suitable for Code:Blocks, for both Windows, and Debian Systems.

Thanks in advance

Andrew Ellis

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]