Session 12: Generic Programming and the Playfair cipher (Part 2)
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++: |
To complete the implementation of the PlayfairCipher::setKey function, we introduce lambda functions, a new container (std::map), and its utility class (std::pair). |