History of C++ language

Posted on

Historical past of C++

Historical past of C++ language is fascinating to know. Right here we’re going to focus on temporary historical past of C++ language.

C++ programming language was developed in 1980 by Bjarne Stroustrup at bell laboratories of AT&T (American Phone & Telegraph), positioned in U.S.A.

Bjarne Stroustrup is named the founding father of C++ language.

It was develop for including a function of OOP (Object Oriented Programming) in C with out considerably altering the C part.

C++ programming is “relative” (known as a superset) of C, it means any legitimate C program can also be a sound C++ program.

Let’s see the programming languages that have been developed earlier than C++ language.

Language Yr Developed By
Algol 1960 Worldwide Group
BCPL 1967 Martin Richard
B 1970 Ken Thompson
Conventional C 1972 Dennis Ritchie
Okay & R C 1978 Kernighan & Dennis Ritchie
C++ 1980 Bjarne Stroustrup
C++ implements “knowledge abstraction” utilizing an idea known as “courses“, together with different options to permit object-oriented programming and is taken into account a excessive stage language. Courses assist programmers with the group of their code. They can be helpful in serving to programmers to keep away from errors.The unique C++ compiler, known as Cfront, was written within the C++ programming language. C++ compilation is taken into account environment friendly and quick. Its pace could be attributed to its high-level options along side its low-level elements. When in comparison with different pc programming languages, C++ could be considered as fairly quick. This is because of the truth that C++ leans in the direction of using particular characters as a substitute of key phrases.