Introduction of Cpp programming language
Introduction to Cpp programming language
In this tutorial, we will learn about Introduction to Cpp programming language
C++ is an efficient multi-paradigm intermediate level general purpose programming language and it is an extended version of C language which supports Object-oriented programming concept(Oop).
C++ is used by many programmers to write software in various fields, today, C++ is a highly used language and it is used to create many operating systems, driver software for various hardware devices and utility software for specific applications and to create video games.
It was developed by Bjarne Stroustrup in 1979 and nowadays c++ is a well known intermediate level language.
C++ is an easy to learn object-oriented programming concept because C language extends to C++ and object-oriented concept starts here.
C++ is supported by OOp and that means C++ consists of four major principals of 0bject-oriented programming concept.
Abstraction
Encapsulation
Inheritance
Polymorphism
Features of C++ language
C++ is faster than some other languages.
C++ is easy to learn and easy to understand for beginners.
It is a powerful and highly used programming language.
It has many pre-defined (built-in) functions to make the program easy – programmers can build and debug codes very easily.
It supports many computer platforms.
It is supported by object-oriented programming concept.
C++ supports operator overloading (which means user define operator) and method overloading.
Integrated development environment to C++
Many IDEs supports C++ languageĀ such as Code blocks, Eclipes for C/C++, Netbeans for C/C++ developers etc..
IDE can have a text editor and a compiler for C++ compilation
Standard library
In C++ language, the Standard library has a rich set of pre-defined methods, variables and literals etc
for easy to manipulate the file, arithmetic modules and string.
Standard library files are functioning basic building blocks for coding using C++
Similar post
Suggested for you
Nested for loop in C++ language
Nested for loop in Java language
Nested forĀ loop in C language
Nested for loop in Python language