The Rule of the Big Five

The dynamic creation and destruction of objects was always one of the bugbears of C.  It requires the programmer to manually control the allocation, initialisation and deallocation of memory for the object.  Because many C programmers weren’t educated in the potential problems (or were just plain lazy or delinquent in their programming) C got a reputation in some quarters for being an unsafe, memory-leaking language.