Hi,
How can i make two different programs interchange data. I'm using Borland C++ 5.02. I want the first program to send a matrix to second one which returns two matrixes with the eigenvalues and eigenvectors of the initial matrix to the first one. The problem is that I can't use the second program as a function because I don't know its code ( I have generate it with the Matlab to C++ converter - of matlab 6 - but I can modify the basic code )
How can i make two different programs interchange data. I'm using Borland C++ 5.02. I want the first program to send a matrix to second one which returns two matrixes with the eigenvalues and eigenvectors of the initial matrix to the first one. The problem is that I can't use the second program as a function because I don't know its code ( I have generate it with the Matlab to C++ converter - of matlab 6 - but I can modify the basic code )