Use dynamic memory allocation in C++
How to use dynamic memory allocation in C++ In this video, you'll be introduced to the topic of dynamic memory allocation. Dynamic memory is allocated at runtime and is deallocated when we choose it to be. The new operator is used to make allocations and the delete operator is used to deallocate them. To learn more about dynamic memory allocation in C++, press play.