Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment C++ is ALWAYS....No, not Always, Yes *ALWAYS* (Score 1) 132

Obviously, the author of the previous remark has no significant experience in writing proper C++.

If Java performs so much better in certain areas, why didn't you just code the C++ to do it that way???

I guarantee you that I can get a C++ program to run faster than any Java program, because ultimately if the C++ is slower, I'll just figure out how the Java code is implemented and the implement the C++ that way or better.

I will grant you that you might be able to get a Java program up and running quicker, but given enough effort, the C++ will be faster.

Slashdot Top Deals

Have you ever noticed that the people who are always trying to tell you `there's a time for work and a time for play' never find the time for play?

Working...