944,124 Members | Top Members by Rank

Ad:
  • C++ Discussion Thread
  • Unsolved
  • Views: 3311
  • C++ RSS
Apr 24th, 2005
0

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

Expand Post »
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?
Similar Threads
Reputation Points: 11
Solved Threads: 0
Junior Poster
Fasola is offline Offline
188 posts
since Jan 2005
Apr 24th, 2005
0

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

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.
Administrator
Reputation Points: 6442
Solved Threads: 1393
Bad Cop
Narue is offline Offline
11,807 posts
since Sep 2004
Apr 25th, 2005
0

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

Quote 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?
Reputation Points: 11
Solved Threads: 0
Junior Poster
Fasola is offline Offline
188 posts
since Jan 2005
Apr 25th, 2005
0

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

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
Team Colleague
Reputation Points: 121
Solved Threads: 57
Posting Virtuoso
kc0arf is offline Offline
1,629 posts
since Mar 2004
Apr 25th, 2005
0

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

Quote 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
Reputation Points: 11
Solved Threads: 0
Junior Poster
Fasola is offline Offline
188 posts
since Jan 2005
Apr 25th, 2005
0

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

>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.
Administrator
Reputation Points: 6442
Solved Threads: 1393
Bad Cop
Narue is offline Offline
11,807 posts
since Sep 2004

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C++ Forum Timeline: Error pushing pointers to a vector
Next Thread in C++ Forum Timeline: Help!..."File Processing" *questions inside*





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC