[ back to toc ]

Communicate with other Program

Date: 2002/06/06 12:17

Q:
Hi,
Currently im working on a project and i need to pass some matrices to a
program(Maxima) under Linux and to get the results back from the same
program. How do i do that and what command shall i use to call it ?
System() ? I tried using system() command but it is not working, is there
any other similar commands which i can use ?

Maxima: http://www.ma.utexas.edu/maxima.html
A:
You should check the function 'execvp' and 'fork'.

regards,
Peter

[ back to toc ]