The C++ Programming Language

PROGRAMMING can simply be defined as the PROCESS of INSTRUCTING the COMPUTER to EXECUTE a predefined TASK following a specified PROCEDURE.
Programming language is a language used to write instructions for the computer. It lets the programmer express data processing in a symbolic manner without regard to machine-specific details.
An example of programming language is C++
C++ is a statically typed, free-form, multi-paradigm, compiled, general-purpose programming language.
It is regarded as an intermediate-level language, as it comprises a combination of both high-level and low-level language features.

C++ is one of the most popular programming languages and is implemented on a wide
variety of hardware and operating system platforms. It has an efficient compiler to native code, its application domains include systems software, application software, device drivers, embedded software, high-performance server and client applications, and entertainment software such as video games.
You can easily learn so much about the language at the official website:
http://www.cplusplus.com/doc/tutorial/
You just have to dedicate quite a lot of time and patience.

No comments:

Post a Comment