Author: Stan Eisenstat
Subject: Re: [Cs223] fgets vs getLine
Date: Wednesday, 01 Apr 2020, 17:15:02
> Message Posted By: Unknown
>
> Is there a difference between using fgets and getLine for reading lines in
> from the file? Is there an advantage to using one/one we should use?
Yes. fgets() requires that Qsort.c malloc() storage,
which is not allowed.
--Stan-
PREV
INDEX
NEXT