Originally posted by VectraMan
View Post
By the way, both C# and Java are compiled languages, not interpreted. With the current VMs in many cases the C#/Java program will be faster than the one in C++, unless you spend a significant amount of time optimizing your code.
What are const types? C++ has several overloaded meanings of const, I think all of them are present in Java.


Comment