DEV Community

Discussion on: Memory Layout of C++ Object

Collapse
 
codingmindfully profile image
Daragh Byrne

I remember when I first learned about this, it was eye opening. If you can understand this, you can understand a lot about programming in general.

Collapse
 
visheshpatel profile image
Vishal Chovatiya

Yes! C++ is the language where you have to think from compilers perspective as well to write better code.