+ 3
What does c++ mean
question
5 Respuestas
+ 23
It's a long story in fact!
In 1979, Bjarne Stroustrup, a Danish computer scientist, began work on "C with Classes", the predecessor to C++. The motivation for creating a new language originated from Stroustrup's experience in programming for his Ph.D. thesis. Stroustrup found that Simula had features that were very helpful for large software development, but the language was too slow for practical use, while BCPL was fast but too low-level to be suitable for large software development. When Stroustrup started working at AT&T Bell Labs, he had the problem of analyzing the UNIX kernel with respect to distributed computing. Remembering his Ph.D. experience, Stroustrup set out to enhance the C language with Simula-like features. C was chosen because it was general-purpose, fast, portable and widely used. [https://en.wikipedia.org/wiki/C%2B%2B]
As an improved version of C language, he decided to call it C++ ( ++ increment C by one!)
+ 5
It's simply a step up from C. You have the ++ symbol for increments, so it's basically saying that it's one up from C.
+ 5
I don't know , I just guess!
C - cin , cout
++ - x++ , ++x
:D
+ 2
don't worry take rest☺ pray♡ my name ▪u will get pass in c++😉😉
+ 1
Improves off C more implementations etc.