PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs223] Error Message
Date: Thursday, 13 Feb 2020, 18:18:08


    > Message Posted By: Unknown
    >
    > If we encounter an invalid flag after a sequence of valid flags, are we
    > supposed to follow through (run through algorithm and print # of bins)
    > with the valid flags and then print error message  or print error message
    > right away?
    >
    > The executable first follows through with the valid flags but the HW Spec
    > says to print error message and quit "immediately."

As I posted earlier:

  Date: 12 Feb 2020 08:18:42 -0500 (Wed)
  Subject: Re: [Cs223] Question Regarding Command Line Args
   
      > Message Posted By: Unknown
      ...
  The question is whether an invalid flag should be
  detected before any flag is executed, or only when
  it is encountered in the left to right order on the
  command line.  This is not specified, and the final
  test script will accept either behavior.
   
--Stan-
PREV INDEX NEXT