|
the best way to pass data between two programs
Hello. Basically, my main program needs to open multiple programs and pass data back and forth between them. Just for your information, the programs were written by myself, so if I need to place the source in the main program that is no concern. Upon googling for a way to pass data between two programs, I decided that the easiest way to do this would be threads. The only problems with threads is that I need a console window for each thread, and I could not, by way of MSDN and google, find a way to open a new console window for each thread. If there is a better way to accomplish this than threads, I would appreciate that as well, as I am not required to use threads.
|