Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.1 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.1 KB

Introduction to C++

By Gianluca Campanella ([email protected])

Creative Commons License

This repository contains teaching materials (slides and code) for the Introduction to C++ workshop delivered for the Centre for Digital Entertainment.

Learning objectives

  • 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

Additional resources