The Snippets of C++
284K views
Nov 30, 2022
A quick and straight forward guide to C++. if you want to read more about programming, check out my blog https://arkiana.com/blog
View Video Transcript
0:00
This is C++, a general purpose programming language designed for systems programming and applications that require top-not performance
0:09
It was created by a Danish computer scientist whose name is very hard to pronounce
0:15
C++ is a high-performance language. It is actually one of the fewest high-level programming languages in which Peta-Frop's computations have been achieved
0:25
And like many other programming languages that have a garbage collector, C+
0:29
allows developers to manually allocate and deallocate memory using pointers and references
0:37
One of the guiding principles of C++ is that there should be no language beneath it
0:43
except for assembly language. This makes C++ very ideal for low-level coding
0:49
It is used for building systems like operating systems, embedded systems, communication systems
0:56
and many other systems that you can think of. It is also used for building video games desktop applications web browsers databases search engines spaceplob applications and many other applications C is also very popular among electrical and electronic engineers There are many companies that use it for a variety of applications
1:20
and some of the popular ones include Microsoft, Apple, Epic Games, Google, Adobe, Mozilla
1:27
Intel, Cisco, IBM, NASA and many others. Some of the popular systems and applications built with C++ include
1:37
Windows OS, Mac OS, and Real Engine, Unity 3D engine, Adobe applications, Firefox, Chrome
1:46
sublime techs, OBS, and many others. And when it comes to salaries, C++ developers are among some of the highly paid developers
1:57
According to Grasco.com, C++ developers with one to three years experience get an average of $11,000 per year
2:07
If you want to work on large systems, performance critical applications, games, and get a
2:12
higher salary in the process, C++ is a great language to pick up
2:18
And if you like such videos like this one, subscribe to this channel for more
#C & C++
#Computer Education
#Computer Science
#Programming
#Video Game Emulation