Easiest way to transfer data between 2 C programs/threads?
- by Shawn
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.