?
Slides configuration
Slide Notes:
Hide
On Slide
On Separate Page
Merge Fragments
Show Slide Numbers
Apply
Reset
How to save slides as pdf?
Open the print dialog.
Change
Destination
to
Save to PDF
.
Change
Layout
to
Landscape
.
Change
Margins
to
None
.
Disable
Print headers and footers
option.
Enable
Print backgrounds
option.
Click the
Save
button.
Choose a filename and destination.
# C/C++ Programming ## Labo 4 --- ```mermaid kanban column1[The Date class] task1[Implementing the Date class] task2[Making it work at compile time] column2[STL] task3[The STL facility for dates and times std::chrono] ``` --- ## Devcontainer
--- * Same as labo 3 devcontainer. * Library with `datetime` module and partial implementation of `Date` class is included. * Extra option `DEPENDENCIES` to add libraries to an executable. See [README.md](https://gitlab.apstudent.be/cpp-programming/devcontainer-labo-4/-/blob/main/README.md) file in git repository. --- ```cmake cpprog_add_executable( TARGET datetime_demo CXX_SOURCES "main.cpp" DEPENDENCIES datetime ) ``` --- ## Exercises See digitap.