Originally posted by VectraMan
View Post
I don't think you can easily implement gargabe collection in C++ easily - can't be arsed to find out exact details, but I think in environment where you can easily take pointers as a matter of routine then garbage collector can free memory block when it might be used later.
I don't think they should put GC into C++ - it will never be as good as in C# and people who can't deal with leaks should not touch C++ anyway, it's a dieing language for a very small minority of people. I don't feel sorry I no longer use it to be honest - I like C#.

Comment