|
-
Apr 19th, 2001, 07:44 AM
#1
Thread Starter
Lively Member
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
-
Apr 20th, 2001, 12:43 PM
#2
Monday Morning Lunatic
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|