Real world productivity gains of C# vs. C++ - Stack Overflow
In my personal experience, automatic memory management has not really been a big factor. These days, there are a number of simple constructs in C++, like reference counted pointers, that can be used in the majority of cases to abstract memory management ....