Author: Stan Eisenstat
Subject: Re: [Cs223] followup on newlines
Date: Monday, 23 Mar 2020, 10:23:24
> Message Posted By: Unknown
>
> if there is an empty line between lines of a file (ie. a non-empty line is
> followed by more than one newline character), do we treat the empty lines
> in between as lines to be sorted?
Yes. getline() returns the next line, whether empty
or not.
--Stan-
PREV
INDEX
NEXT