PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs223] Problems running Hwk6/Boggle
Date: Monday, 20 Apr 2020, 10:54:47


    > Message Posted By: Unknown
    >
    > When I try to run Hwk6/Boggle and I try to pass something into the
    > standard input, I get this back: bash: /c/cs223/Hwk6/Boggle: Permission
    > denied. Also, the spec reads "Homework #7" at the top.

How did you try to "pass something to the standard
input"?   The following uses pipes

  % echo repertoire | /c/cs223/Hwk6/Boggle 3 3 epiproust
  repertoire: 2

but typing the words also works.

Yes, "Homework #7" should be "Homework #6".  Thanks for
pointing this out.

--Stan-
PREV INDEX NEXT