C++ supports dynamic allocation and deallocation of objects using the new and delete operators. These operators allocate memory for objects from a pool ...
msdn.microsoft.com