Histroy OF C++ Programming

Introduction:
C++ pronounced as "see plus plus",is a powerful computer programming language.It is advanced version of C language.The c is procedural language while C++ is object oriented programming language.

Brief History of C++

in 1967,BCPL language was developed by Master Martin Richards.The BCPL language was used to write operating system and compilers.After a two years,Ken Thomson developed B programming language.B programming language had advanced features as compare with BCPL.The UNIX operating system was developed in B in 1970 at Bell Laboratory.Both BCPL and B were "type-less" languages.Thus each data item in these language occupied one "word" in the memory.

In 1972,Dennis Ritche developed C language at Bell laboratory.The C language was an advanced version of B language.It had many important concept of BCPL and B.New features like data typing and many function were include in C.The next version of UNIX was revised and written in C.C language was developed as independent language.A program written in c can be run on any computer.

In early 1980.C++ was developed by Bjarne Stroustrup.It was an extension of  C.It was designed for the Unix system environment. C++ enabled programmers to improve the quality of code.It Include object oriented programming.

No comments:

Powered by Blogger.