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 II: Data
Module information>
This is the second 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 select appropriate data types to represent a dataset in a C++ program. The course also covers programming concepts such as classes and constructors.
The topics we cover include:
- Select appropriate data types to represent a dataset in a C++ program
- Describe how a class can be used to combine multiple pieces of data into one unit
- Write a class with functions related to the data for the class
- Basic data types: numbers and strings
- Classes and data.
By the end of the course, you will be able to understand, design, and write classes with functions in C++.
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