Originally posted by jrch2k8
Originally posted by jrch2k8
View Post
You do realize that C# has one of the most advanced memory management implementations available? If not *the* most advanced memory management? The only thing that could even come close to that is Java's memory management...and as far as I remember that was more of a 'it's not fucking up too much' situation.
C/C++ don't have any memory management implementations. You've to do everything yourself, which usually leads to security holes.
Comment