Tuesday 27 November 2018

what is C++ programming introduction

PROGRAMMING USING C++

1. Introduction
This Unit is about the introduction to Object Oriented Programming Language,C++,and covers its basics in detail.The unit is focused on basic C++ program structure,variables used in C++ , input/output statements and use of operators in the language.

Bjarne Stroustrup at Bell Labs initially developed C++ during the early 1980’s.It was designed to support the features of C such as efficiency and low-level support for system level coding. Added to this were features such as classes with inheritance and virtual functions, derived from the Simula language, and operator overloading, derived from Algol. C++ is best described as a superset of C, with full support for object-oriented programming.This language is in wide spread use. The first commercial release of the C++ language was in October of 1985.

2. Computer program
A computer program is a set of instructions written in computer languages to perform a specified task for a computer. A computer program tells the computer that what to do and in which order to do. Different types of programming languages are used to develop programs. Some commonly used programming languages are C++ , JAVA , SQL , HTML, etc.

3. Header files and Reserved words
Header files and reserved words are the two important components of almost every C++ programs.

0 comments: