
This course introduces the basic concepts of programming using C++. We’ll go over the basic building blocks of any program, as well as the rules to writing code in C++. Afterward, we introduce different kinds of tools that allow us to perform various tasks.
Course Content
Session 1: Introduction
Hello, World!
You don't currently have access to this content
Hello World! 2
You don't currently have access to this content
Session 2: Basics
Variables
You don't currently have access to this content
Data types
You don't currently have access to this content
Input and Output
You don't currently have access to this content
Operators 1: Arithmetic operators
You don't currently have access to this content
Operators 2: Compound assignment, increment and decrement
You don't currently have access to this content
Operators 3: Operators and data types
You don't currently have access to this content
Operators 4: Relational and logical operators
You don't currently have access to this content
Session 3: Making decisions
Making decisions: if statements
You don't currently have access to this content
if-else and nesting
You don't currently have access to this content
Session 4: Repetition
While loops
You don't currently have access to this content
do while loops
You don't currently have access to this content
for loops
You don't currently have access to this content
Session 5: Wrapping up
Scope
You don't currently have access to this content
Example 2
You don't currently have access to this content
Errors 1: Compilation errors
You don't currently have access to this content