Session 18: Concurrent programming
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 examine the "legacy" features of raw pointers, C-style arrays and how to manually perform dynamic memory allocation. |
C++: |
We look at some of the features introduced in C++11 that allow a more portable way to write multi-threaded code (a type of concurrent programming). |