XClose

COMP0210: Research Computing with C++

Home
Menu

Week 5: Overview

This week we will consider code design in C++ in a more general sense. We’ll encounter some common coding patterns that appear frequently in object oriented code, explore some of the different programming paradigms that exist and how they have influenced C++, and work towards writing good quality code.

  1. Designing Classes
  2. Programming Paradigms
  3. Code Design