Author: Stan Eisenstat
Subject: Re: [Cs323] submitting decode
Date: Wednesday, 28 Oct 2020, 17:38:32
> Message Posted By: Unknown
>
> How do we submit the object file for decode? the submit command is not
> letting me submit it (as you had said to link decode to encode?)
You do not submit object files or executables. You
submit source files and a Makefile that will create
encode and decode given a command like
% make encode decode
--Stan-
PREV
INDEX
NEXT