Session 8: Data structures and Doxygen documentation
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 introduce object orientation through basic structures to create custom types, and see how these simplify and increase the cohesion of our code. The exercises cover creating a structure to represent the data passed to the program through command line arguments. |
Doxygen documenationLink opens in a new window |
We look at how to automate the production of documentation webpages from Doxygen comments. |