Description
In this course, you will :
- Be able to write, compile, and run a C++ programme that accepts user input and prints messages to the console by the end of the course.
- By the end of the course, you will be able to create an interactive menu system using loops and if statements.
- Have begun developing a simplified cryptocurrency trading platform by the end of the course.
- Be able to select appropriate data types to represent a dataset in a C++ programme by the end of the course.
Syllabus :
- 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