Pointers and Dynamic Memory in C++ (Memory Management)

125 Просмотры
Издатель
An introduction to using dynamic memory in C++.
Concepts:
Why we may need to allocate memory dynamically?
1: new operator
2: Heap (free store)
3: Pointers to reference dynamically allocated memory
4: delete operator
5: garbage
6: Wild pointers
Категория
Язык программирования C++
Комментариев нет.