Menu

Socketsupport

2002-10-06
2012-09-26
  • Nobody/Anonymous

    Hello,

    where can i get the socket.h or how can i use sockets with DevC++?

     
    • Nobody/Anonymous

      For windows you have...
      winsock
      winsock2
      in devcpp include folder.
      If you need some programming info about sockets?.
      Here is one of many places to start:
      http://www.peterindia.com/SocketProgrammingResources.html

      j@ck_

       
    • Nobody/Anonymous

      If you're using Windows then you need to include winsock.h or winsock2.h depending on which version your coding in. You will also need to include the libraries: -l"wsock32" for version 1.1 and -l"ws2_32" for version 2.

      BlakJak :]

       
    • Chris Spencer

      Chris Spencer - 2002-10-07

      socket.h is the Unix C header for Unix socket programming. either port it to windows, or try to compile with cygwin

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.