
Memory Layout of C++ Object in Different Scenarios
Reading Time: 6 minutes In this article, we will see the memory layout of different C++ Object. And how different storage & access specifiers affect this memory footprint. I am not going to discuss compiler augmented code, name mangling & working of any C++ […]