Learn C++ from zero to hero!

What you will learn

Understanding the syntax.

Familiarizing with data types and variables.

Mastering control flow of conditional statements.

Implementing functions.

Description

The “Learn C++ Basics” course is designed to provide a comprehensive introduction to the fundamentals of the C++ programming language. Whether you are a beginner with no prior coding experience or have some knowledge of other programming languages, this course will equip you with the essential skills and knowledge to start your journey in C++ programming.

Throughout this course, you will dive into the basic knowledge of the C++ programming language, syntax, data types, variables, output and inputs, strings, operators, and conditional statements of C++. You will gain a solid understanding of how to write clean and efficient code while following best practices. The course will cover both theoretical concepts and hands-on coding exercises to reinforce your learning.

By the end of this course, you will have a solid foundation in C++ programming and be able to write basic programs, understand and modify existing code, and confidently move on to more advanced topics in C++ development.


Get Instant Notification of New Courses on our Telegram channel.


There is no prior programming experience required for this course. Basic knowledge of any programming language would be beneficial but not mandatory.

So what are you still waiting for? Enroll now in the “Learn C++ Basics” course and embark on your journey to becoming a proficient C++ programmer.

English
language

Content

Introduction

Introduction to C++ & Popular IDEs
VSC set up for C++

Variables & User input

Variables
C++ Variables
Output & Input
C++ Output & Input

Strings

Strings
C++ Strings

Operators

Arithmetic Operators
C++ Arithmetic Operators
Logical Operators
C++ Logical Operators

Conditional Statements

If Statements
C++ If Statements
Switch Statements
C++ Switch Statements