Maybe this is an easy question question but I would really like to know it for sure.
If I want to store a value, say an int, at a specific address in the memory (at
You can place a type at particular memory location on freestore(a.k.a heap) by using Placement New.