| | |
How do you make C++ programs on different computers TALK to eachother?
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
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.
•
•
Join Date: Jan 2005
Posts: 188
Reputation:
Solved Threads: 0
•
•
•
•
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.
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?
•
•
Join Date: Jan 2005
Posts: 188
Reputation:
Solved Threads: 0
•
•
•
•
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
>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.
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.
![]() |
Similar Threads
- QBasic, what can i do to make my programs run without the QBasic program? (Legacy and Other Languages)
- Best way to build a LAN? (Networking Hardware Configuration)
- Graphics in Pixel,Mode13h:Part 1 (C++)
Other Threads in the C++ Forum
- Previous Thread: Error pushing pointers to a vector
- Next Thread: Help!..."File Processing" *questions inside*
| Thread Tools | Search this Thread |
api array arrays based beginner binary c++ c/c++ calculator char char* class classes code compile compiler console conversion count delete deploy desktop directshow dll download dynamic dynamiccharacterarray encryption error file forms fstream function functions game givemetehcodez google graph gui homeworkhelp homeworkhelper iamthwee ifstream input int integer java lib linkedlist linker linux list loop looping loops map math matrix memory news number numbertoword output parameter pointer problem program programming project python random read recursion recursive reference return rpg sorting string strings struct temperature template templates test text text-file tree unix url variable vector video visual visualstudio win32 windows winsock wordfrequency wxwidgets






