Skip to main content Skip to navigation

Day 4: Generic Programming with the C++ Standard Library

Zoom meeting link for today

https://cern.zoom.us/j/67888545132Link opens in a new window
(the password will be sent on the course Slack channel)

Create new repository for today

https://classroom.github.com/a/l5bkH_EILink opens in a new window

Doxygen documentation

We start by looking at how to produce documentation webpages from our Doxygen comments. (PDF Document)

C++: Implementing the Playfair cipher

We introduce the Playfair cipher, the implementation of which will be the topic for today. To help with the implementation, we introduce some more containers as well as more advanced ways of using them. (PDF Document)