Introduction to C++ - The Coding Shala

Home >> Learn C++ >> Introduction to c++

Introduction to C++/CPP

C++ is an intermediate level(middle-level) language, as it comprises a combination of both high-level and low-level language. It is an extension to C language and was developed by Bjarne Stroustrup at bell labs. C++ runs on a variety of platforms like Mac Os, Unix, and Windows. C++ is an Object-Oriented Programming Language. 
Introduction to C++ - The Coding Shala

Uses of C++

C++ is used by many programmers of different fields to create computer software. C++ is mostly used to write device driver programs, system program, and applications that depends on direct hardware manipulation. it is also used in the fields of research. 

C++ is a really Popular, strong and frequently used programming language.  C++ is widely used for teaching and research because it is clean enough for the teaching of basic concepts. Primary user interfaces of Systems like Mac, Windows are written in C++.

This is the basic Introduction of the C++ language. The following topics will cover more about C++ Language.


Other Posts You May Like
Prev<< Basic Structure of C++ Program                                             NEXT >>Variables in C++
Please leave a comment below if you like this post or found some error, it will help me to improve my content.

Comments

Popular Posts from this Blog

Shell Script to find sum, product and average of given numbers - The Coding Shala

Add two numbers in Scala - The Coding Shala

Shell Script to Create a Simple Calculator - The Coding Shala

New Year Chaos Solution - The Coding Shala

Goal Parser Interpretation LeetCode Solution - The Coding Shala