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++

 

Suggested for you

Introduction in Java language

Introduction in C language

Introduction 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

PHP Star Triangle pattern program

PHP Star Triangle pattern program In this tutorial, we will discuss about PHP Star Triangle…

1 month ago

PHP Full Pyramid pattern program

PHP Full Pyramid pattern program In this tutorial, we will discuss about PHP Full Pyramid…

1 month ago

5 methods to add two numbers in Java

5 methods to add two numbers in Java In this tutorial, we will discuss the…

2 months ago

Python Full Pyramid star pattern program

Python full Pyramid star pattern program In this tutorial, we will discuss  the concept of…

5 months ago

Write a function or method to convert C into F -Entered by user

Write a function or method to convert C into F -Entered by the user In…

10 months ago

How to write a function or method to convert Celsius into Fahrenheit

How to write a function or method to convert Celsius into Fahrenheit In this tutorial,…

10 months ago