CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: No idea

  1. #1
    Join Date
    Sep 2008
    Posts
    113

    No idea

    Hello,

    I hope this isn't too broad or difficult to answer. I have no experience with network programming, but if I wanted to start, is there an API is that is cross-platform? I hope the question isn't an ignorant one.

    Thanks in advance.

  2. #2
    Join Date
    Sep 2005
    Location
    London
    Posts
    208

    Re: No idea

    Hi Raislin,

    Take a look at:
    http://en.wikipedia.org/wiki/Berkeley_sockets


    Good luck
    Doron

  3. #3
    Join Date
    Jun 2009
    Posts
    3

    Re: No idea

    Winsock is not too far different to BSD sockets, so you could easily follow any winsock tutorials.

    Here is a site that has clear and concise tutorials for winsock.

    Winsock tutorials

    Hope this helps.

  4. #4
    Join Date
    Mar 2004
    Location
    Singapore
    Posts
    47

    Question Re: No idea

    Why don't you write your code in Java?
    Xander Tan

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured