answersLogoWhite

0

Who MAKES C plus plus?

Updated: 11/4/2022
User Avatar

Wiki User

10y ago

Best Answer

C++ is a standard which is constantly reviewed an updated by the C++ standards committee. Bjarne Stroustrup, the original developer of C++, sits on this committee and oversees updates to the standard. Anyone can make an implementation of C++ provided it either follows the standard 100%, or provides suitable notification of any deviations from the standard. E.g., Microsoft provides the VC++ implementation, but that implementation does not fully adhere to the C++ standard, thus the VC++ documentation includes Microsoft-specific deviations from the standard.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Who MAKES C plus plus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Is vc plus plus is an object oriented language?

Yes, but it is not a pure object-oriented language. Since C++ evolved from C, it still makes use of primitives which are not part of the object-oriented paradigm.


Can you declare a method within a method in c or c plus plus?

C: there are no methods in C. C++: no.


What is the different of c and c plus plus?

c is procedure oriented and c++ is object oriented & much newer.


How A plus B plus C plus D plus 80 plus 90 equal to 100 what is the value of A B C and D?

If a + b + c + d + 80 + 90 = 100, then a + b + c + d = -70.


In computer language C plus plus is related to?

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

Related questions

What makes x2 plus 7x plus c a perfect squares?

c = 12.25


What value of c makes 4x2 plus 16 plus c a perfect square?

16


What is structured programming language in C plus plus?

Your question makes no sense.


All c plus plus qusten and ans?

Your question makes no sense, sorry.


The value of c which makes x2 - 24x plus c a perfect square is?

26


What value of c makes 4x2-36x plus c a perfect square trinomial?

81.


What value of c makes the polynomial a perfect square x2 14x plus c?

49


What value of c makes the polynomial a perfect square x2 - 14x plus c?

49


What value makes c a perfect square 4x2 plus 20x plus c?

c = 25 4x2 + 20x + 25 (2x + 5)(2x + 5)


What value of c makes the polynomial x2 plus 16 plus c a perfect square trinomial?

(b/2)^2= 64


What value of c makes the polynomial below a perfect square trinomial 4x2-32x plus c?

64


How do animators tie in with C plus plus as in how does the animation the animator makes go in the C plus plus code?

Animations are essentially just videos that have been rendered by the animator. To tie in the animation the C++ coder simply invokes a media player to play the required video.