8000 GitHub - estimand/intro-to-cpp at 145cae3bd925b74584e9ef5e5965e05f3a2d7a2c
[go: up one dir, main page]

Skip to content

estimand/intro-to-cpp

Repository files navigation

Introduction to C++

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++
  • 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

Additional resources

0