Basic

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).

Introduction in C++

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

Introduction of Java language

Introduction of C++ language

Introduction of C language

Suggested for you

Hello world in Java

Hello world in C++

Hello world in Python

Hello world in C#

 

 

for loop in Java

while loop in Java

for loop in C language

while loop in C language

while loop in cpp language

For loop in Cpp language

Nested for loop in C++ language

Nested for loop in Java language

Nested for  loop in C language

Nested for loop in Python language

 

Hello world program in Cpp programming language
Introduction of Python programming language
Karmehavannan

I am Mr S.Karmehavannan. Founder and CEO of this website. This website specially designed for the programming learners and very especially programming beginners, this website will gradually lead the learners to develop their programming skill.

Recent Posts

C# inverted full pyramid star pattern

C# inverted full pyramid star pattern In this article, we will discuss the concept of…

3 weeks ago

C# Full Pyramid star pattern program

C# Full Pyramid star pattern program In this article, we will discuss the concept of…

1 month ago

Program to count vowels,consonants,words, characters and space in Java

Program to count vowels, consonants, words, characters and space in Java In this article, we…

1 month ago

How to print multiplication table using Array in C++ language

How to print multiplication table using Array in C++ language In this post, we will…

1 month ago

C Program to multiplication table using Array

C Program to multiplication table using Array In this tutorial , we will discuss about…

2 months ago

Java program to check odd or even using recursion

Java program to check odd or even using recursion In this tutorial, we discuss a…

2 months ago