R. Clayton (rclayton@clayton.cs.monmouth.edu)
Wed, 17 Jan 2001 19:01:09 -0500 (EST)
I want to have a file that contains a template of the code for command(); my
program reads the template file and combines it with the commands input from
std-in to produce the code written to std-out. Is that ok?
That's not a bad approach to take, but it won't work because I'm going to test
your code in an environment that won't let you open or operate on any files
other than std-in, std-out and std-err (see the ulimit man page if you're
interested, particularly the -f and -n options). I'm also going to test the
code you generate in the same environment.
This archive was generated by hypermail 2.0b3 on Thu May 17 2001 - 12:00:05 EDT