By Gianluca Campanella (g.campanella@estimand.com)
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++
- Manipulate various C/C++ data structures such as arrays, strings, and pointers
- Use memory appropriately (including allocation and deallocation)
- Apply OOP techniques to software problems
- Isolate and fix common C++ programming errors
- C++ Language Tutorial
- Chua Hock Chuan's Programming Notes
- Robert Nürnberg's Computing in C++ (parts 1 and 2)