Session 11: Generic Programming and the Playfair cipher (Part 1)
Resources
Zoom meeting link for today's session is available in the Bookmarks on the course Slack channel.
To create the starter repository for today's session please click hereLink opens in a new window
Programme
C++: |
We introduce the Playfair cipher, the implementation of which will be the topic for the next three sessions. Then, to start the implementation, we introduce some so-called generic programming techniques, namely iterators and algorithms. |