|
|
|
|
|
by mgottein
3386 days ago
|
|
I personally believe one of the biggest reasons for the popularity of managed code is GC. Manual memory management is pretty hard to get right, even the C++ stl offers reference counted pointers as a form of automatic memory management |
|