Posts: 221
Threads: 17
Joined: May 2009
Reputation:
0
Can someone give me the advantages to C++ that Java can't accomplish? Or the pros and upsides to C++ compared to java.
Posts: 463
Threads: 0
Joined: Jul 2007
Reputation:
0
C++ compiles into native code, Java requires a VM to run the byte code it compiles into
Posts: 918
Threads: 7
Joined: Aug 2007
depends what the project is for is what i say.
Posts: 1,498
Threads: 19
Joined: Jun 2009
Reputation:
0
It takes longer to develop something in C++ than it does in Java generally; the average Java application is generally more stable than the average C++ application aswell, really depends on what your project is though, Javas better for smaller things (like games on your cellphone).
Posts: 61
Threads: 1
Joined: Jul 2010
Reputation:
0
And how does an editor beat 2 languages?