How do you make C++ programs on different computers TALK to eachother?

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Jan 2005
Posts: 188
Reputation: Fasola is an unknown quantity at this point 
Solved Threads: 0
Fasola Fasola is offline Offline
Junior Poster

How do you make C++ programs on different computers TALK to eachother?

 
0
  #1
Apr 24th, 2005
I can't figure out how to write a program that will work over a network of computers?

How do you get a program on one computer to carry out instructions that will affect a program on another computer or computers?

Does anybody have any ideas?
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 7,740
Reputation: Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute 
Solved Threads: 739
Team Colleague
Narue's Avatar
Narue Narue is offline Offline
Code Goddess

Re: How do you make C++ programs on different computers TALK to eachother?

 
0
  #2
Apr 24th, 2005
The most common method by far is TCP/IP or UDP using sockets. Unfortunately, that's a rather broad topic. You can get a bunch of good info to get started here.
I'm here to prove you wrong.
Reply With Quote Quick reply to this message  
Join Date: Jan 2005
Posts: 188
Reputation: Fasola is an unknown quantity at this point 
Solved Threads: 0
Fasola Fasola is offline Offline
Junior Poster

Re: How do you make C++ programs on different computers TALK to eachother?

 
0
  #3
Apr 25th, 2005
Originally Posted by Narue
The most common method by far is TCP/IP or UDP using sockets. Unfortunately, that's a rather broad topic. You can get a bunch of good info to get started here.
What's up Na',

We talked about Bee J before, I did a search on him and I think I printed his tutorial out last time. I have to check that when I get home. The link you gave me must be a different part of his site though, because it looks different from what I remember.

Right now I'm reading up on the chapter "File Processing" to help me quench my thirst for putting C++ to USE in the real world. Seems to be the most powerful subject so far.

Can you please clarify the difference between Sequential Access Files and Random Access Files? What are their Advantages and Disadvantages?
Reply With Quote Quick reply to this message  
Join Date: Mar 2004
Posts: 1,620
Reputation: kc0arf is a jewel in the rough kc0arf is a jewel in the rough kc0arf is a jewel in the rough 
Solved Threads: 51
Team Colleague
kc0arf kc0arf is offline Offline
Posting Virtuoso

Re: How do you make C++ programs on different computers TALK to eachother?

 
0
  #4
Apr 25th, 2005
Hello,

You need to ask your Sequential File Access / Random File access in another thread. People who know the answer, but know nothing about C++ or your talking question will not glance at it. I would suggest the Computer Science forum.

Christian
Reply With Quote Quick reply to this message  
Join Date: Jan 2005
Posts: 188
Reputation: Fasola is an unknown quantity at this point 
Solved Threads: 0
Fasola Fasola is offline Offline
Junior Poster

Re: How do you make C++ programs on different computers TALK to eachother?

 
0
  #5
Apr 25th, 2005
Originally Posted by kc0arf
Hello,

You need to ask your Sequential File Access / Random File access in another thread. People who know the answer, but know nothing about C++ or your talking question will not glance at it. I would suggest the Computer Science forum.

Christian
yeah i thought about that, but Narue is the only that helps me on a regular basis, she's real cool about that, so I just asked her in my reply. For the benifit of OTHERS though, I'll put up a thread just for this question
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 7,740
Reputation: Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute 
Solved Threads: 739
Team Colleague
Narue's Avatar
Narue Narue is offline Offline
Code Goddess

Re: How do you make C++ programs on different computers TALK to eachother?

 
0
  #6
Apr 25th, 2005
>Can you please clarify the difference between Sequential Access Files and Random Access Files?
Humor my love for simile. A sequential access file is like traversing a linked list, while a random access file is like indexing an array. The same advantages and disadvantages apply.
I'm here to prove you wrong.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C++ Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC