Skip to content

Commit

Permalink
updated instructions to simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
cbourke committed Oct 27, 2020
1 parent ca228d6 commit f2bf8e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Binary file modified handouts/Lab11-Structs.pdf
Binary file not shown.
9 changes: 4 additions & 5 deletions handouts/Lab11-Structs.tex
Original file line number Diff line number Diff line change
Expand Up @@ -241,11 +241,10 @@ \subsection{Completing the RSS Client}
structure will need to support an RSS item's title, link, description,
and publication date.
As a first attempt you can treat the publication date as a string,
but ultimately you should use a \mintinline{c}{tm} structure similar
to the \mintinline{c}{Student} example. This structure has several
fields that give you access to the year, month, date, hour, minute,
etc. For full documentation, see the following: \url{http://pubs.opengroup.org/onlinepubs/7908799/xsh/time.h.html}
To keep things simple, we recommend that you represent the date using
a string. If you would like to try using the \mintinline{c}{tm} structure
defined in the time library, you may find the following documentation
useful: \url{http://pubs.opengroup.org/onlinepubs/7908799/xsh/time.h.html}
\subsubsection*{Instructions}
Expand Down

0 comments on commit f2bf8e9

Please sign in to comment.