Quote:
Originally Posted by Vishesh
There is garbage collection in C++ !!
Since when ?
|
My mistake regarding Garbage Collection in C++. The question is more of 'Garbage Collection, if available is of any use for game developers' ?
Recently I was discussing with a colleague on the idea of choosing Java as language for developing a real-time engine which is supposed to work in Windows only.
So, my point in the debate was, when you do not need cross-platform, and the app is does not run in a browser, why use Java ? Its considerably slower than C++ binaries, for a real time game engine.
His argument was that GC actually improves speed. Which I never agreed with obviously
