Why c++?

As I look more into c++ it appears to be a very difficult language compared to others.
What are the benefits of C++?
C++ is kind of like a portable assembly. It's about as low as a high level language can go.

Other languages don't try to get that low, which is why they may seem easier to pick up.
Last edited on
Programming is hard. Other languages try to mitigate against the difficulty in various ways but it always comes at a cost of speed and flexibility. C++ attempts to be as high level as possible without sacrificing speed or flexibility. So its hard.
we can be close to the system architecture, and follow the OOPs paradigm also
Topic archived. No new replies allowed.