Easiest way to transfer data between 2 C programs?

Posted by Shawn on Stack Overflow See other posts from Stack Overflow or by Shawn
Published on 2010-03-11T05:06:25Z Indexed on 2010/03/12 3:07 UTC
Read the original article Hit count: 160

In ANSI C on Windows what is the best/easiest way to transfer data between two programs running locally without needing to write/read from a file? Data will be basic text and only one program will be sending and the other receiving. Thanks.

© Stack Overflow or respective owner

Related posts about ansi-c

Related posts about Windows