Introduction To Programming With C++

Current Status

Not Enrolled

Price

$35.00 (3 month access)

Get Started

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!
Hello World! 2
Session 2: Basics
Hello World! 3 1 Quiz
Lesson Content
Variables
Data types
Input and Output
Operators 1: Arithmetic operators
Operators 2: Compound assignment, increment and decrement
Operators 3: Operators and data types
Operators 4: Relational and logical operators
Session 3: Making decisions
Example 1 1 Quiz
Lesson Content
Making decisions: if statements
if-else and nesting
Session 4: Repetition
Switch statements 1 Quiz
Lesson Content
While loops
do while loops
for loops
Session 5: Wrapping up
break and continue statements 1 Quiz
Lesson Content
Scope
Example 2
Errors 1: Compilation errors
Errors 2: Runtime and logic errors 1 Quiz
Lesson Content