Tag: pointers
All the articles with the tag "pointers".
-
C++ Pass by Value, Reference & Pointer: Complete Guide
Understand C++ pass by value, pass by reference, and pass by pointer with clear examples. Learn when to use each and how they affect performance.
-
C++ Memory Management: Heap, Stack, new/delete Explained
Master C++ memory management. Learn the difference between stack and heap, how new/delete work, and how to prevent memory leaks with practical examples.