Session 17: Exceptions
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 provide an overview of the various containers available in the C++ Standard Library, including some ideas of when it is appropriate to use each one, and how modern C++ allows more efficient use of them. |
C++: |
We examine how to improve our handling of error conditions by using exceptions. |