Hey,
I want to run a program, and both send data to it, and read data from it. It looks to me like the popen() function only lets you do one of the two, not both. Am I missing something? Is there any other way to send data to a program and read from it as well.
thanks muchly