Skip to main content
MOOC

Use C++ to build a crypto trading platform IV: Objects

Module information>

Application Deadlines

Ongoing

Programme Duration

Each course is 2 weeks

Academic Direction
Goldsmiths, University of London
Modes of Study
Online

This is the fourth of five courses aiming to help you to become confident working in the object-oriented paradigm in the C++ language.

About this course

You will learn how to write functions that calculate basic statistics by iterating over vectors of objects. The course also covers techniques to test data and evaluate the correctness of an algorithm.

The topics we cover include:

  • Write functions that calculate basic statistics by iterating over vectors of objects
  • Use test data to evaluate the correctness of an algorithm
  • Use exception handling to write robust user input processing code
  • Iterating over vectors.

By the end of the course, you will have a good understanding of the matching algorithm and how to iterate over vectors of objects.

Other courses in this series are:

Testing a C++ programe on mobile
Explore techniques to test data and evaluate the correctness of an algorithm.