Use C++ to build a Crypto Trading Platform: Final System

University of London via Coursera

Go to Course: https://www.coursera.org/learn/cplusplus-crypto-v

Introduction

By the end of the course, you will have a fully functional crypto-currency exchange application.

By the end of the course, you will be able to understand the use of static and non-static functions.

By the end of the course, you will be able to explain how to model a familiar real-world entity as a class with data and functions.

Syllabus

Object interactions: the wallet class

This week you will learn about object interactions, modelling real world items with classes and static and non-static functions.

Object interactions: completing the trade

This week you will be focusing on your assignment and reviewing the topic.

Overview

This course is the fifth of five courses aiming to help you to become confident working in the object-oriented paradigm in the C++ language. This specialisation is for individuals who want to learn about objected oriented programming. It's an all-in-one package that will take you from the very fundamentals of C++, all the way to building a crypto-currency exchange platform. During the five courses, you will work with the instructor on a single project: a crypto-currency exchange platform. Whi

Skills

Reviews

Excellent course to learn OOP concepts with C++ with hands on experience