Jump to content

Socket Programming

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
Guest_NeedHelp_*

Guest_NeedHelp_*
  • Guests
Can anyone lead me in the right direction for socket programming in Managed C++? I am trying to make an IM application that supports multiple IM servers.

I can't find any info for C++ and Socket Programming! Anyone know anything?

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
I could only find one good result for Manged C++ sockets on google. This is the website. I usually search for C# code and then convert it to managed C++. It is very easy to convert and you will get a ton more examples/results.

#3
Crane

Crane

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 398 posts
Yeah, there are several tutorials for C#. Just change the code around.

http://www.developer...o.uk/show/3918/