CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2002
    Location
    Holland
    Posts
    279

    Network connection

    Hi,

    I am looking for a simple CPP example to set up a network connection.
    (Using Dev cpp)

    any suggestions?

    all the examples I can find are CSocket examples.

    kind regards,

    Jewe
    A VB programmer trying to stay alive in a Real C World

    If the hardware is so great.. why use software to correct it..?? It will only slow it down..
    Al is de hardware nog zo snel de software achterhaalt het wel

  2. #2
    Join Date
    Feb 2002
    Posts
    5,757

    Re: Network connection

    Are you referring to winsock?

    Kuphryn

  3. #3
    Join Date
    Feb 2004
    Location
    Texas, USA
    Posts
    1,206

    Re: Network connection

    Shouldn't this be in the Networking forum?
    --MrDoomMaster
    --C++ Game Programmer


    Don't forget to rate me if I was helpful!

  4. #4
    Join Date
    Apr 2004
    Location
    Canada
    Posts
    1,342

    Re: Network connection

    You might find this site helpful:

    Beej's Guide to Network Programming
    Old Unix programmers never die, they just mv to /dev/null

  5. #5
    Join Date
    Aug 2005
    Posts
    12

    Re: Network connection

    or even google for BSD-sockets a quick and dirty primer ;-)

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