Skip to Main Content






C++ programming language

Introduction to Object-Oriented Programming (OO), C++ syntax, Variables, I/O streams, arrays, conditionals, loops, functions, classes and many more.

Introduction

  • "C++ is a cross-platform language that can be used to create high-performance applications.
  • C++ was developed by Bjarne Stroustrup, as an extension to the C language.
  • C++ gives programmers a high level of control over system resources and memory.
  • The language was updated 3 major times in 2011, 2014, and 2017 to C++11, C++14, and C++17."

Overview

In this tutorial you will learn about:

  • How to install an IDE to edit, compile and debug your C++ code
  • C++ basics and data types.
  • Conditional statements such as if, else if and switch cases
  • For and while loops
  • How to work with arrays
  • Functions and how to use them efficiently in your program
  • Object-oriented programming and classes
  • How to use pointers and references

At the end of this tutorial, you will be able to take a quiz., if you score above the passing score which is 70% you will receive a badge indicating that you successfully completed this tutorial.