Author: Stan Eisenstat
Subject: Re: [Cs223] stderr message
Date: Monday, 30 Mar 2020, 17:41:34
> Message Posted By: Unknown
>
> For test #103, the nonexistent file produces an output of 1 in t103.t; if
> my code produces 2 instead, should this be a concern?
Yes. The "2" means that the message Qsort wrote to the
standard error when it encountered a nonexistent file
had TWO newlines instead of the ONE expected. That will
cause your Qsort to fail the test.
--Stan-
PREV
INDEX
NEXT