+ 1
Why C++ is important??
I dont understant why people say C++ is more important than any other language
5 Respostas
+ 4
Because of the variety of things it lets you do. You can create games, create programs for embedded systems, and many more things. It is also faster than most languages
+ 4
Also because lots of high level languages are done in C++
+ 2
simple language :- core language
+ 1
C++ is known to be a very powerful language. C++ allows you to have a lot of control as to how you use computer resources, so in the right hands its speed and ability to cheaply use resources should be able to surpass other languages. Thanks to C++'s performance, it is often used to develop game engines, games, and desktop apps.