Programming technique 1

Text

A programming language is a formal language, which comprises a set of instructions used to produce various kinds of output. Programming languages are used in computer programming to create programs that implement specific algorithms.
WHY I NEED TO LEARN PROGRAMMING TECHNIQUE ??
  1- C++ is irreplaceable
With the use of C++ in development of modern games, operating systems, browsers, and much more, it is safe to say that C++ is irreplaceable.
Many major applications like :
Adobe Products like Photoshop, Illustrator, InDesign
Amazon - one of the biggest e-commerce sites
Autodesk products for Computer Aided Design
Facebook - social networking site are heavy C++ centric products.
Moreover, the fact that there’s a huge community improving C++ on every iteration means that it is only expected to be used even more in the coming future.
  2- I learn the internal architecture of a computer
Since, C++ is a middle level language, I will write code that interacts directly with the internal hardware of the computer.
I learn how the computer memory really works, how information is stored in them, how  I can retrieve them and so on.
It is sure to expand my knowledge on the architecture of the computer.
3- C++ job opportunities and salary
C++ developers can expect an average of yearly $100,000 salary with over 7,700 jobs advertised every month.
The requirement of jobs comes mostly from game development, rendering engines and the windows applications.

Image

Details