The first of five courses to help you to become confident working in the object-oriented paradigm in the C++ language.
Module
Use C++ to build a crypto trading platform IV: Objects
Module information>
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:
- Use C++ to build a crypto trading platform I: User input
- Use C++ to build a crypto trading platform II: Data
- Use C++ to build a crypto trading platform III: Functions
- Use C++ to build a crypto trading platform IV: Objects
- Use C++ to build a crypto trading platform V: Final system