Session 5: C++ Functions and References
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
Programme
C++: |
We carry on with the core C++ syntax, introducing the key topic of functions. |
C++: |
We see how to use references, e.g. to avoid copying large function arguments. |