Visualising Basic Stack & Heap Interactions
This website demonstrates how objects (instances of a class type) are handled on the stack and heap.

It provides C++ code snippets, along with diagrams and explanations for the core concepts. This includes memory allocation and deallocation, pointers, object declaration on stack versus heap, and object pointers as function parameters.
Developer: Osama Sagar
Project Supervisor: Nasser Giacaman