Session 4: C++ vectors and command-line arguments
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++: |
The next C++ topic is to introduce the concept of containers, specifically the std::vector. |
C++: |
Next we examine how to feed information into our mpags-cipher program using command-line arguments. |