Sorry if this question will sound stupid, but I\'m just starting to learn C++ and there is something confusing me about the placement new
I\'ve been reading C++ Prim
Memory is memory. The machine doesn't care what type of data is stored there, that's up to the language to define and enforce. The answer to "why" is "because C++ is designed to let you."