Easiest way to transfer data between 2 C programs/threads?

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/11 5:08 UTC
Read the original article Hit count: 303

Filed under:
|
|

In ANSI C on Windows what is the best/easiest way to transfer data between two programs running concurrently without needing to write/read from a file? Data will be basic text. Thanks.

© Stack Overflow or respective owner

Related posts about ansi-c

Related posts about Windows