Версия на русском языке

RSS

Динамически занимаемая память

Размещение объектов в оперативной памяти. Понятие указателя

Author: Alexander Kostarev
Source: RSDN Magazine #2-2010
Annotation: Issues of memory organization in C++ are considered along with memory management principles and pointers usage basics. Еlements and definitions are explained from the perspective of their implementation and internal structure. A careful reader will be able to understand how language elements and structures work and why they function exactly that way.

Keywords: C++; objects; pointers; memory; stack; dynamic memory; memory leaks; new; delete;
Author: Alexander Kostarev
Annotation: Issues of memory organization in C++ are considered along with memory management principles and pointers usage basics. Еlements and definitions are explained from the perspective of their implementation and internal structure. A careful reader will be able to understand how language elements and structures work and why they function exactly that way.

Keywords: C++; objects; pointers; arrays; vectors; memory; stack; dynamic memory; memory leaks; new; delete;