Author: Stan Eisenstat
Subject: Re: [Cs223] Testing Deque.c
Date: Sunday, 29 Mar 2020, 17:39:25
> Message Posted By: Unknown
>
> Is it possible to see what the output should be for example.c with the
> correct implementation of Deque.c and then compare it to the output
> obtained using our implementation of Deque.c?
Yes. Just link Hwk4/example.c with Hwk4/Deque.o
% gcc -g3 -o CORRECT /c/cs223/Hwk4/example.c /c/cs223/Hwk4/Deque.o
to create an executable CORRECT with the correct
implementation.
--Stan-
PREV
INDEX
NEXT