C++: An Introduction

Aarav Iyer
1 min readApr 29, 2023

--

What is C++?

C++ is a popular coding language that was developed in the 1980s as an extension of the C language. This language was updated 4 major times; in 2011, 2014, 2017 and 2020.

The Official C++ Logo

Why use C++

C++ is one of the most popular coding languages in the world. It can also be used to develop apps and program Arduino boards for making your own self programmed rc cars, planes, boats, etc.
C++ is also quite easy to learn and is very similar to other languages like C,C# and Java which makes it easier to switch between these languages.
Unlike Python, C++ uses curly brackets i.e. ‘{}’ to signal the beginning and end of the specific part of code.

Let us dive into the world of C++ as we learn one of the most popular languages of the world.

Visit my Replit account here.

To learn more about Python and other coding languages, visit my blog; https://pycodingguide.blogspot.com/

References:

(1) https://www.w3schools.com/cpp/cpp_getstarted.asp

(2) (image and content) https://en.wikipedia.org/wiki/C%2B%2B

--

--

Aarav Iyer
Aarav Iyer

Written by Aarav Iyer

A tech enthusiast learning Python and interested in anything related to space and the Universe.

No responses yet