Curlie
My Account
About
Forum
Donate
Help us reach our monthly donation goal to run and improve the site!
$124
$350
Become an Editor
Create an Account
Login
Computers
Programming
Languages
C++
Memory Management
C++ usually doesn't provide automatic garbage collection. Some C++ features, and much C++ code is poorly suited for AGC, so programmers must explicitly deal with memory management issues, which can get quite difficult and needs much time.
Related categories
Computers
Programming
Memory Management