answersLogoWhite

0

Who thought up the name c plus plus?

Updated: 8/20/2019
User Avatar

Wiki User

12y ago

Best Answer

Rick Mascitti.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Who thought up the name c plus plus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the name of the structure type in C plus plus?

The same as in C, struct.


What is extension part of c plus plus?

C++ Extension Name is... Syntax is: File Name.extension name. Ex: ankit.cpp


What year c plus plus was developed?

Developed in 1979 by the name of C with classes. Renamed to C++ in 1983.


What is default name of c plus plus?

If you mean the original name of C++, it was originally called "C with Classes". However, after the introduction of template metaprogramming, it was renamed C++ which meant "the successor to C".


What was c plus plus previously called?

'C with Classes' began development in 1979. The name changed to 'C++' in 1983.


Is the word main an illegal variable name in C PLUS PLUS?

I can tell you that it is not an illegal variable name in C. I do not currently have a C++ compiler installed, but I would assume that it would also be valid in C++.


Is microsoft visual c plus plus the same as visual c plus plus?

Yes. Microsoft Visual C++ is the correct name, but it is often abbreviated to MSVC++ or just VC++. They are all the same.


Defference between c plus plus and c?

these are difference in between c and c++: a) C is a SPL and C++ is a OOP. b) C has not concept of object but C++ has this feature. c) C has not 'class' name data type but C++ has.


What are the name's of the people who came up with a squared plus b squared equals c squared?

the person who came up with that is pythagoris, and it is called the pythagrian theorem.


Main meaning of turbo c plus plus?

Name of a compiler (and IDE) from Borland.


How do you include userdefined headerfiles in c plus plus program?

#include "what-its-name-is.h"


How can write the name in c plus plus language without using cout statement?

I believe, you can use C-function - printf().