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 III: Functions
Module information>
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.