Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

C/C++ Sockets/Winsock

Options
  • 20-07-2001 2:30pm
    #1
    Registered Users Posts: 2,781 ✭✭✭


    Hi,

    I am a VB programmer with some knowledge of C/C++. I am looking to develop a Winsock program. Can anybody help ?


    Thanks,

    amen


Comments

  • Closed Accounts Posts: 19,777 ✭✭✭✭The Corinthian


    You'll get a list of the functions supported by the Winsock API at:

    http://www.vbapi.com/ref/funcc.html#winsock

    You should also find a link to a tutorial somewhere there.


    "Just because I'm evil doesn't mean I'm not nice." - Charlie Fulton


  • Closed Accounts Posts: 218 ✭✭Void


    Do you want to write the program in VB or C++? VB has a Winsock ActiveX control that's really easy to use but doesn't expose all the functionality. It does the job in most cases though.


  • Registered Users Posts: 2,781 ✭✭✭amen


    I want to write it in C/C++

    I've done what I can in VB but its getting too hard to work around stuff in VB.

    So I want to rewrite in C/C++



Advertisement