answersLogoWhite

0


Best Answer

C was initially developed by Dennis Ritchie from 1969 to 1973. C++ was initially developed by Bjarn Stroustrup from 1979 (when it was known as C with Classes) to 1983 (when it was renamed C++). Both developers worked at Bell Labs at the time.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

10y ago

Bjarne Stroustrup developed C++, which was originally called C with Classes.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

Bjarne Stroustrup began development of C with Classes in 1979. The name changed to C++ in 1983.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

Bjarne Stroustrup began development of C with Classes in 1979. The name changed to C++ in 1983.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

Bjarne Stroustrup began development of C with Classes in 1979. The name changed to C++ in 1983.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

Bjarne Stroupstup is the inventor of c plus plus language

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

Bjarne Stroustrup

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

Bjarne Stroustrup

This answer is:
User Avatar

User Avatar

Wiki User

10y ago

Bjarne Stroustrup.

This answer is:
User Avatar

User Avatar

Wiki User

7y ago

Bjarne Stroustrup.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Who is the inventor of c plus plus language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

In computer language C plus plus is related to?

C++ is related to C, the language from which it is derived.


Who invented cpp?

Bjarne Stroustrup is the recognized inventor of the C++ object oriented programming language. C++ was an enhancement to the C language, which was not object oriented.


Who is the owner of c plus plus language?

Bjarne Stroustrup is the author of C++. However, no one "owns" this language.


To develop a taj mahal using c-language programming in turbo c plus plus?

turbo c


Why c plus plus language is called command oriented language?

C++ is not a command oriented language, it is a multi-paradigm language because it employs functional and object-oriented approaches to programming.

Related questions

Who is the inventor of C plus plus?

Bjarne Stroustrup is the inventor of C++.


Who was the inventor of c plus plus?

It was developed by Bjarne Stroustrup


Who is the inventor of the C programming language?

Answerbjarne stroutstrup in AT&t Bell labrotoriesAnswer:Bjarne is the inventor of the C++ language.Kernighan and Richie are the inventors of the C language


In computer language C plus plus is related to?

C++ is related to C, the language from which it is derived.


What are the interpreter in c plus plus?

C++ is a compiled language, not an interpreted language.


Who is the inventor of c language?

Brain Kernington & Dennis Ritchie


Is c plus plus a complied or interpreted language?

C++ is generally a compiled language.


Is C plus plus a high level language?

Yes, C++ is a high-level language.


Who invented cpp?

Bjarne Stroustrup is the recognized inventor of the C++ object oriented programming language. C++ was an enhancement to the C language, which was not object oriented.


Who is the owner of c plus plus language?

Bjarne Stroustrup is the author of C++. However, no one "owns" this language.


What is the significance of c plus plus?

C++ is an object oriented programming language


What do the two plus stand for in C plus plus?

The ++ in C++ refers to the postfix increment operator (operator++()). It's literal meaning is "the successor to C", in reference to the C language upon which the C++ language is based.