Thread: System Call
View Single Post
  #3 (permalink)  
Old January 20th, 2005, 05:11 PM
Spivonious Spivonious is offline
Authorized User
 
Join Date: Aug 2004
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Spivonious
Default

Hey, I know I'm calling up a pretty old thread, but I have a question.

Can the system() call be used to provide input for the program called with system()?

Just in case you're wondering, I'm trying to write a program that can be used to test another program. arguments are the program to be tested, a file containing test inputs, and a file to put the output.
Reply With Quote