Skip to content

Teaching materials for Introduction to C++

License

Notifications You must be signed in to change notification settings

estimand/intro-to-cpp

Repository files navigation

Introduction to C++

By Gianluca Campanella (g.campanella@estimand.com)

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