Follow Slashdot stories on Twitter

 



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

"Unibus timeout fatal trap program lost sorry" - An error message printed by DEC's RSTS operating system for the PDP-11

Working...