Execute another program in multi-threaded program

Posted by Gary on Stack Overflow See other posts from Stack Overflow or by Gary
Published on 2010-05-20T05:25:19Z Indexed on 2010/05/20 5:30 UTC
Read the original article Hit count: 205

Filed under:
|
|

Hi,

Just wondering how if it's possible to execute another program in a thread and send information to/get information from it. Essentially the same concept as with a child process and using pipes to communicate - however I don't want to use fork.

I can't seem to find whether it's possible to do this, any help would be appreciated.

Thanks

© Stack Overflow or respective owner

Related posts about c

    Related posts about threads