← Back to topics
Topic

my own test evaluator

a
amuts09
i whant to write my own evaluator for programs written in c/c++ and pascal
i have some problems:
1)how to check if program isn't accessing files that it isnt allowed (well sometimes my program is supposed to read from one and write to anopther file)

2)how to check memory usage

3) how to put data to read it in like stdin/cin/read etc.
& how to read data from stdout/cout/write etc.
t
tgudlek
For #3, use piping