0% found this document useful (0 votes)
179 views1 page

Learn C++ - Codecademy

The document introduces C++ as a programming language created in 1979 that is widely used and can be found in many applications. It describes how C++ was derived from C by adding object-oriented programming and discusses reasons for learning C++ such as its speed, flexibility, and support as well as forcing new ways of thinking.

Uploaded by

Victory Ansu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
179 views1 page

Learn C++ - Codecademy

The document introduces C++ as a programming language created in 1979 that is widely used and can be found in many applications. It describes how C++ was derived from C by adding object-oriented programming and discusses reasons for learning C++ such as its speed, flexibility, and support as well as forcing new ways of thinking.

Uploaded by

Victory Ansu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

03/12/2021, 10:13 Learn C++ | Codecademy

Introduction to C++
C++ is a programming language
created by Bjarne Stroustrup and
his team at Bell Laboratories in
1979. Forty years later, it is one of
the most widely used languages in
the world; we can find C++
applications everywhere, from the
bottom of the oceans to the surface
of Mars.

As the name implies, C++ was


derived from the C language;
Bjarne’s goal was to add object-
oriented programming into C, a
language well-respected for its
portability and low-level
functionality.

So why learn C++? Among many


other things:

It is fast and flexible.

It is well-supported.

It forces you to think in new


and creative ways.

In this lesson, we’ll start learning


some basic concepts, and you’ll
write your very first C++ program.

https://www.codecademy.com/courses/learn-c-plus-plus/lessons/cpp-hello-world/exercises/introduction 1/1

You might also like