PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs223] Including Deque
Date: Saturday, 28 Mar 2020, 14:27:29


    > Message Posted By: Unknown
    >
    > Should our Qsort.c
    >
    > #include "/c/cs223/Hwk4/Deque.h"

Yes.
=====

    > or
    >
    > #include "Deque.c"

No, since that would make linking with Hwk4/Deque.o
impossible.

--Stan-
PREV INDEX NEXT