I have two closely coupled C++ applications running on the same PC (under Windows 2000). App1 computes an array of about 300 doubles, which must be used by App2. There is no specific need for App1 to take any action based on anything from App2.
What is the best way for App1 to give the data to App2?
Dave Gee
What is the best way for App1 to give the data to App2?
Dave Gee