Communicating with another process in C++??

G

Gil

Does anyone know of a feature in C++ that we can use for interprocess
communication? Specifically, I need one process to request a number
from another process.
 
J

John Harrison

Gil said:
Does anyone know of a feature in C++ that we can use for interprocess
communication? Specifically, I need one process to request a number
from another process.

Inter process communication is a feature of operating systems, not the C++
language. So you need to ask in group dedicated to whatever operating system
you are programming.

See here for suggestions

http://www.slack.net/~shiva/welcome.txt

john
 
R

Rolf Magnus

Gil said:
Does anyone know of a feature in C++ that we can use for interprocess
communication? Specifically, I need one process to request a number
from another process.

The C++ standard doesn't even define processes. From the standard's
point of view, there is only your program, nothing else. So you have to
use extensions specific to your OS. Most OSs suport a lot of different
IPC methods.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,161
Messages
2,570,892
Members
47,432
Latest member
GTRNorbert

Latest Threads

Top