This repository contains teaching materials (slides and code) for the Introduction to C++ workshop delivered for the Centre for Digital Entertainment.
- Understand and use the basic programming constructs of C and C++
- Apply OOP techniques to software problems
- Manipulate various C/C++ data structures such as arrays, strings, and pointers
- Use memory appropriately (including allocation and deallocation)
- Isolate and fix common C++ programming errors