+ 1
What are the advantages of C++ over Java?
I know Java derived from C++ (therefore, it must have many improvements compared to C++, the same way C++ is has more features than C). What are the things that keep programmers using it (operating systems...)?
3 Respuestas
+ 3
inline assembly, full heap control, easy access to the operating system's API, compiled directly to native machine code which makes it perform faster than Java, ability to overload operators, and uses less memory than Java does, just to name a few.
+ 2
In some ways unfortunately it is faster than java
0
There is no advantages of C++ over Java ... Java is more popular than C++ Like u said C++ and Java are similar