Skip to main content
MOOC

Use C++ to build a crypto trading platform III: Functions

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 third of five courses aiming to help you to become confident working in the object-oriented paradigm in the C++ language.

About this course

The course also covers programming concepts such as exception handling and file I/O.

The topics we cover include:

  • Convert pseudocode algorithms involving iteration, logic, and string processing into working C++ code
  • Use exception handling to gracefully recover when processing unreliable data
  • Read text data from a file using the getline function
  • Translating pseudocode to C++
  • Exception handling
  • File I/O.

By the end of the course, you will be able to convert pseudocode algorithms into working C++ code and understand exception handling.

Other courses in this series are:

A student working on a laptop in the C++ language
Become confident in translating pseudocode to C++