Results 1 to 2 of 2

Thread: Network Interface

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2000
    Posts
    68
    How easy is it to interface with the network using c++.

    I want to send and receive data from two independat programs both that can be written in c++ where they are linked by the data that is being sent.

    I want to be able to communicate over LAN's as well as the internet and prehaps set up a server / client applications which allows data transfer. This software ideally needs to be portable between platforms.

    Thanks

    Simon

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    If you use Winsock then it's pretty compatible with other systems that use the "socket" paradigm.

    That assumes that you're using TCP/IP, though (not totally unreasonable).
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

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