Description
In this course you will learn :
- You will learn Program structure, header files, IO Compilation and Execution.
- You will learn the most commonly used arithmetic operations in C++.
- You will learn if, if-else, while, do-while, and switch statements.
- This lesson is a quick review of pointers. We discuss them here because we'll use them in the Arrays lesson.
- We will do a preliminary exploration of two dimensional and multi-dimensional arrays.
- Functions with and without return values, with and without parameters, and passing by reference are demonstrated and used in this lesson.