I am a Perl programmer that is new to C++ and I need a little help. I am looking for the C++ equivalent to perls interprocess communication. Please help I am eager to learn.
This is a discussion on I need help! within the C++ Programming forums, part of the General Programming Boards category; I am a Perl programmer that is new to C++ and I need a little help. I am looking for ...
I am a Perl programmer that is new to C++ and I need a little help. I am looking for the C++ equivalent to perls interprocess communication. Please help I am eager to learn.
Last edited by XiReDDeViLiX; 04-03-2002 at 02:14 PM.
for those of us who think perl is a typo for pearl can you explain what interprocess communication does/is used for?
Interprocess commuication is what is used for
Server - Client programs run on different computers.
Socket programs if you will.