+ 1
they are not the same, c++ is much lower level (in the sense of how being translated into assembly, not skill required), than java is. C++ allows for much more control over your program at the cost of making you do more work. Whereas in Java, there's less for you to write, but that limits what you can do. Now that's not to say you can't do in Java what you can do in c++(to an extent). But out of the box so to speak, the biggest difference between the two is speed, ease, and control
25th Jul 2016, 4:58 PM
destro