An easy, step-by-step guide to C++

What you will learn

Learn the basics of C++ programming

Be able to write functional C++ programs

Feel confident in your understanding of C++

Learn about more complex concepts in C++ as well

Description

Have you never done C++ programming or any programming before, but want to begin learning C++?

Do you want to easily learn C++ without confusion?

Or do you need to brush-up on your very basic knowledge about C++ programming?

If so, this course is perfect for you!


Get Instant Notification of New Courses on our Telegram channel.


In this course, you will learn C++ from the very beginning with a clear step-by-step guide for everything. It goes over the very basics of C++ programming and makes sure that there is no confusion. You do not need any prior coding experience! You will learn things like how to print out messages, variables, data types, and conditional (if) statements in C++. Then, you will learn about a little more complex things such as loops and arrays.

There are many types of programming languages, but C++ is one of the most popular, efficient, and powerful programming languages. It can be used for building so many things such as high-end desktop games and complex artificial intelligence programs. It is used by many companies, organizations, banks, and individual programmers/developers.

While C++ is usually more challenging to learn, this course simplifies it for you and guides you through every step as much as possible. The course is meant for people who have never done C++ before and want to learn how to do it.

English
language

Content

Getting Started

Introducing C++
Set Up and Installation
Hello World in C++
Comments

Variables and data types

Variables and Integer Types
Double Variables: Decimals
Strings
Booleans
Constants

Mathematical Expressions

Mathematical Operators
Incrementing and Decrementing

User Input

User Input

Conditionals

If Statement
If-Else Statement
Else if Statement
Switch Statement

Arrays and Multidimensional Arrays

Arrays
Array Declaration Example
Reassigning or Assigning Values to Arrays
Accessing an Item in an Array
Size of in Arrays
2 Dimensional Arrays
Accessing items in 2D Arrays

Loops and Iteration

While Loops
Do-while Loops
Array Iteration with a While Loop
For Loop