Starting a C++ project. Should I worry about freeing dynamic allocated memory?
I am pretty proficient with C, and freeing memory in C is a must.
However, I\'m starting my first C++ project, and I\'ve heard some things about how you don\'t need to free memory, by using shared po
问答
阅读(1)