+ 4
How c++ is beneficial for us?
3 Answers
+ 15
C++ is a general-purpose, object-oriented programming languages used in most fields which requires speed and versatility, e.g. games, huge systems, etc.
+ 12
C++ is beneficial for us if we have these 2 needs:
1) Optimal use of the hardware (performance, memory usage or both)
2) High level features like object-oriented programming or generic programming
+ 4
I'll go for java to satisfy both the purposes @paola