HELLO  GUYS 

 

Welcome to my blog





                                        Tables of contents 



Chapter no 1:

                                   Introduction of C++ 
           

              History of C++ language...

              Feature of c++ language...
            
             Installing methods for compilers for c++…..
            




Chapter No 1

History of c++ language




Introduction of c++ 

                                    There are many new programming language  appeared in during in 1960s. The computer at that time were still to early stage of development.

At that time there was two programming languages 

(1)  ALGOL Programming language
(2) CPL(Combined programming language)

It was difficult to learn. 


Martin Richards  computer scientific develop the language is called BCPL basic combined programming language.

After that BCPL.

The other computer scientist Ken Thompson develop the B language  then c language.

The C la    nguage derived from B language.

Bjarne Stroustrap from Bell lab started working on the updated version of C programming language.

He is develop the new and updated version of C language in 1980s. Updated and new version of C language is called C++ programming language.C++ language commercial release in 1985s.

Features of C++ language


Some important features of C++ language  are as follows.


1. Convenient Language


                    C++ is high language  that why it is very convenient language. so programmers write complex programs more easily as compared to low level language.


2.Well structured language



                    C++ is well structured language why? Because Its  syntax(Writing a language method in compiler) is very easy to understand. C++ coding is easy maintenance and modify.


3.Machine Independence

                The C++ language is Machine Independence. Its means that C++ language code runs on different types of computers. A code write in c++ language can runs on  Intel processor and Motorola processors with the little modifications.

4.speed 

           C++ generate very fast code. The code take less time for execute.


Installing methods for compilers for c++

There are many type of compilers are used for C++ code execute or run (Both have same meaning) but here most professional  compilers is Dev c++ and Visual studio.



Installing method for Dev c++ in video please.





            










Comments