?
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 11 --- ```mermaid kanban column1[Exercises] task1[Labo 11 Devcontainer] task2[Exercises] ``` --- ## Exercises --- ### Devcontainer
--- * Clangd for intellisense. * Add support for C. --- ```cmake cpprog_add_executable( TARGET ex_1 # executable will be called ex_1 CXX_SOURCES # old-style source files here (C or C++) "ex_1.c" ) ``` `CXX_SOURCES` accepts both c and c++ source files. --- ## No Exercises Time to work on the project. 🙂